Contains values that represent nonce status. Nonce is often used in Time-Stamp Protocol (TSP), Online Certificate Status Protocol (OCSP).
Namespace:
SysadminsLV.PKI.Cryptography
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax Public Enumeration NonceStatus
public enum class NonceStatus
Members
| Member name | Value | Description |
---|
| NotAvailable | 0 |
Nonce information is not available.
|
| NonceMatch | 1 |
Nonce values are presented in request and response and they both match.
|
| NonceMismatch | 2 |
Nonce value is presented in request and is either, not presented in response or nonce values don't match.
|
See Also