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.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
C#
public CertSrvSecurityDescriptor GetSecurityDescriptor()

Return Value

CertSrvSecurityDescriptor
An ACL object.

Remarks

Returned object inherits from CommonObjectSecurity and implements common methods.

See Also