Set the nonce (in incremental mode)
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic int SetNonce(
byte[] nonce
)
Public Function SetNonce (
nonce As Byte()
) As Integer
Parameters
- nonce Byte
- Nonce of exact length for given algorithm (currently always 12 bytes)
Return Value
Int32Zero (0) if successful; otherwise it returns a nonzero
error code
Remarks
See Also