Click or drag to resize

CertificateAuthorityGetSecurityDescriptor Method

Gets the access control list (ACL) for the current Certification Authority.

Namespace:  PKI.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public CertSrvSecurityDescriptor GetSecurityDescriptor()

Return Value

Type: CertSrvSecurityDescriptor
An ACL object.
Remarks
Returned object inherits from CommonObjectSecurity and implements common methods.
See Also