EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOCSPClient.Nonce

TElOCSPClient     See also    


 

Contains nonce in order to prevent replay attacks

 
 

Declaration

[C#]
    byte[] Nonce;

[VB.NET]
    Property Nonce As Byte()

[Pascal]
    property Nonce: BufferType;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    Use this property to prevent reply reply attacks.

    The following paragraph is taken from RFC RFC 2560, part 2.4.1:

    «The nonce cryptographically binds a request and a response to prevent replay attacks. The nonce is included as one of the requestExtensions in requests, while in responses it would be included as one of the responseExtensions. In both the request and the response, the nonce will be identified by the object identifier id-pkix-ocsp-nonce, while the extnValue is the value of the nonce.»

 
 

See also:     ReplyNonce    

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