EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOCSPClient.ReplyNonce

TElOCSPClient     See also    


 

Contains nonce received from the server.

 
 

Declaration

[C#]
    byte[] ReplyNonce;

[VB.NET]
    Property ReplyNonce As Byte()

[Pascal]
    property ReplyNonce: BufferType;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation