Click or drag to resize

X509CTLExtensions Property

Gets a collection of X509Extension objects.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509ExtensionCollection Extensions { get; }

Property Value

Type: X509ExtensionCollection
Remarks

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

See Also