TspRfc3161RequestGetNonceBytes Method
Gets the byte array associated with the nonce value. If nonce is not present, an empty array is returned.
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public byte[] GetNonceBytes()
Public Function GetNonceBytes As Byte()
public:
array<unsigned char>^ GetNonceBytes()
member GetNonceBytes : unit -> byte[]
Return Value
Byte
A 16-byte long random byte array if nonce is present or 0-byte long array if nonce is not present.
In the current implementation, random byte array is generated from random GUID instance.