Discuss this help topic in SecureBlackbox Forum

TElOCSPClient.ReplyNonce

TElOCSPClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains nonce received from the server.

Declaration

[C#]
    byte[] ReplyNonce;

[VB.NET]
    Property ReplyNonce As Byte()

[Pascal]
    property ReplyNonce: ByteArray;

[C++]
    void get_ReplyNonce(std::vector<uint8_t> &OutResult);

[PHP]
    string get_ReplyNonce()

[Java]
    byte[] getReplyNonce();

Description

    Use this read-only property to check the nonce received from the server, and so to prevent reply reply attacks. Compare the value returned by the server, with the value contained in Nonce.

See also:     Nonce    

Discuss this help topic in SecureBlackbox Forum