X509CertificateRequestPkcs10Extensions Property |
Gets a collection of X509Extension objects included in the request.
Namespace:
SysadminsLV.PKI.Cryptography.X509CertificateRequests
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509ExtensionCollection Extensions { get; }
Public ReadOnly Property Extensions As X509ExtensionCollection
Get
public:
property X509ExtensionCollection^ Extensions {
X509ExtensionCollection^ get ();
}
member Extensions : X509ExtensionCollection with get
Property Value
Type:
X509ExtensionCollectionSee Also