X509CertificateTrustListExtensions Property

Gets a collection of X509Extension objects.

Definition

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

Property Value

X509ExtensionCollection

Remarks

Version 1 CTLs do not support extensions and this property is always empty for them.

See Also