OcspResponderAccessRule Constructor

Initializes a new instance of the OcspResponderAccessRule 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 OcspResponderAccessRule(
	IdentityReference identity,
	OcspResponderRights accessMask,
	AccessControlType type
)

Parameters

identity  IdentityReference
An IdentityReference object that encapsulates a reference to a user account.
accessMask  OcspResponderRights
One of the OcspResponderRights 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