Click or drag to resize

CertSrvAccessRule Constructor

Initializes a new instance of the CertSrvAccessRule class

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
)

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