CertificateAuthorityGetSecurityDescriptor Method

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

Definition

Namespace: PKI.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public CertSrvSecurityDescriptor GetSecurityDescriptor()

Return Value

CertSrvSecurityDescriptor
An ACL object.

Remarks

Returned object inherits from CommonObjectSecurity and implements common methods.

See Also