X509CertificateBuilderExtensions Property
            Gets a collection of user-supplied extensions to include in certificate.
            
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public X509ExtensionCollection Extensions { get; }
Public ReadOnly Property Extensions As X509ExtensionCollection
	Get
public:
property X509ExtensionCollection^ Extensions {
	X509ExtensionCollection^ get ();
}
member Extensions : X509ExtensionCollection with get
Property Value
X509ExtensionCollection 
            When adding extensions, Subject Key Identifier and Authority Key Identifier
            are generated at runtime and are ignored in this collection