X509CertificateBuilderExtensions Property

Gets a collection of user-supplied extensions to include in certificate.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public X509ExtensionCollection Extensions { get; }

Property Value

X509ExtensionCollection

Remarks

When adding extensions, Subject Key Identifier and Authority Key Identifier are generated at runtime and are ignored in this collection

See Also