OCSPResponseResponseExtensions Property |
Gets optional OCSP response extensions. This may contain Nonce extension.
Namespace:
PKI.OCSP
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509ExtensionCollection ResponseExtensions { get; }
Public ReadOnly Property ResponseExtensions As X509ExtensionCollection
Get
public:
property X509ExtensionCollection^ ResponseExtensions {
X509ExtensionCollection^ get ();
}
member ResponseExtensions : X509ExtensionCollection with get
Property Value
Type:
X509ExtensionCollectionSee Also