Discuss this help topic in SecureBlackbox Forum

TElClientTSPInfo.Nonce

TElClientTSPInfo     See also     


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


This property contains the unique "seed" value used to avoid replay attacks.

Declaration

[C#]
    byte[] Nonce;

[VB.NET]
    Property Nonce As Byte()

[Pascal]
    property Nonce: Integer;

[C++]
    void get_Nonce(std::vector<uint8_t> &OutResult);
    void set_Nonce(const std::vector<uint8_t> &Value);

[PHP]
    string get_Nonce()
    void set_Nonce(array of byte|string|NULL $Value)

[Java]
    byte[] getNonce();

Description

    Use this property to specify the unique "seed" value .

See also:     Certificates     ResponseNonce    

Discuss this help topic in SecureBlackbox Forum