Click or drag to resize

CertificateAuthorityGetMyRoles Method

Returns all roles granted on the CA to the caller.

Namespace:  PKI.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public CertSrvClientRole GetMyRoles()

Return Value

Type: CertSrvClientRole
Granted roles.
Exceptions
ExceptionCondition
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