X509CertificateBuilderExtensions Property |
Gets a collection of user-supplied extensions to include in certificate.
Namespace:
SysadminsLV.PKI.Cryptography.X509Certificates
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:
X509ExtensionCollectionRemarks
When adding extensions, Subject Key Identifier and Authority Key Identifier
are generated at runtime and are ignored in this collection
See Also