ExtensionListDisabledExtensionList Property |
Gets extension list that are not included in issued certificate even if they are included in certificate request and/or defined by certificate template.
Namespace:
PKI.CertificateServices.PolicyModule
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public Oid[] DisabledExtensionList { get; }
Public ReadOnly Property DisabledExtensionList As Oid()
Get
public:
property array<Oid^>^ DisabledExtensionList {
array<Oid^>^ get ();
}
member DisabledExtensionList : Oid[] with get
Property Value
Type:
OidSee Also