OpcUaCryptoGenerateNonce (FUN)ΒΆ
FUNCTION OpcUaCryptoGenerateNonce : OpcUa_StatusCode
Adds random data to the destination buffer.
- InOut:
Scope
Name
Type
Comment
Return
OpcUaCryptoGenerateNonce
OpcUa_StatusCode
Input
pCryptoProvider
POINTER TO OpcUa_CryptoProvider
The crypto provider handle.
nonceLen
OpcUa_Int32
The desired length of the nonce.
Inout
nonce
OpcUa_ByteString
Location where to generate the nonce to.