CertSrvAccessRule Constructor
Namespace: SysadminsLV.PKI.Security.AccessControlAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
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 IdentityReference
-
An IdentityReference object that encapsulates a reference to a user account.
- accessMask CertSrvRights
-
One of the CertSrvRights values that specifies the type of operation
associated with the access rule.
- type AccessControlType
-
One of the AccessControlType values that specifies whether to allow or deny the operation.