TspResponseGetNonceBytes Method  | 
 
            Gets the byte array associated with the nonce value. If nonce is not received, an empty array is returned.
            
 
    Namespace: 
   SysadminsLV.PKI.Cryptography
    Assembly:
   SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntaxpublic byte[] GetNonceBytes()
Public Function GetNonceBytes As Byte()
public:
array<unsigned char>^ GetNonceBytes()
member GetNonceBytes : unit -> byte[] 
Return Value
Type: 
Byte
            A 16-byte long random byte array if nonce is received or 0-byte long array if nonce is not present.
            
Remarks
            If response does not contain nonce (
NonceReceived is set to 
False), an empty array is returned.
            
See Also