CertSrvAccessRule Constructor

Initializes a new instance of the CertSrvAccessRule class

Definition

Namespace: SysadminsLV.PKI.Security.AccessControl
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public CertSrvAccessRule(
	IdentityReference identity,
	CertSrvRights accessMask,
	AccessControlType type
)

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.

See Also