CertificateAuthorityGetMyRoles Method

Returns all roles granted on the CA to the caller.

Definition

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

Return Value

CertSrvClientRole
Granted roles.

Exceptions

UninitializedObjectExceptionThe object is not properly initialized.
ServerUnavailableExceptionCA server is not accessible via RPC/DCOM.
UnauthorizedAccessExceptionThe caller do not have at least Read permissions.

See Also