NonceStatus Enumeration
Contains values that represent nonce status. Nonce is often used in Time-Stamp Protocol (TSP), Online Certificate Status Protocol (OCSP).
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
Public Enumeration NonceStatus
public enum class NonceStatus
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.
|