NonceStatus Enumeration

Contains values that represent nonce status. Nonce is often used in Time-Stamp Protocol (TSP), Online Certificate Status Protocol (OCSP).

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public enum NonceStatus

Members

NotAvailable0 Nonce information is not available.
NonceMatch1 Nonce values are presented in request and response and they both match.
NonceMismatch2 Nonce value is presented in request and is either, not presented in response or nonce values don't match.

See Also