CertSrvAccessRule Constructor |
Namespace:
SysadminsLV.PKI.Security.AccessControl
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public CertSrvAccessRule(
IdentityReference identity,
CertSrvRights accessMask,
AccessControlType type
)
Public Sub New (
identity As IdentityReference,
accessMask As CertSrvRights,
type As AccessControlType
)
public:
CertSrvAccessRule(
IdentityReference^ identity,
CertSrvRights accessMask,
AccessControlType type
)
new :
identity : IdentityReference *
accessMask : CertSrvRights *
type : AccessControlType -> CertSrvAccessRule
Parameters
- identity
- Type: System.Security.PrincipalIdentityReference
An IdentityReference object that encapsulates a reference to a user account.
- accessMask
- Type: SysadminsLV.PKI.Security.AccessControlCertSrvRights
One of the CertificationAuthorityRights values that specifies the type of operation
associated with the access rule.
- type
- Type: System.Security.AccessControlAccessControlType
One of the AccessControlType values that specifies whether to allow or deny the operation.
See Also