Click or drag to resize

ExtensionListEnabledExtensionList Property

Gets extension collection in the request that are processed by the CA during certificate issuance. If the incoming request contains an extension that is listed in this property, they are added to issued certificate. If extension information in the request conflicts with CA settings (policy module or template settings), request extension information is silently ignored.

Namespace:  PKI.CertificateServices.PolicyModule
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public Oid[] EnabledExtensionList { get; }

Property Value

Type: Oid
See Also