Click or drag to resize

OcspResponderAccessRule Constructor

Initializes a new instance of the OcspResponderAccessRule class

Namespace:  SysadminsLV.PKI.Security.AccessControl
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public OcspResponderAccessRule(
	IdentityReference identity,
	OcspResponderRights 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.AccessControlOcspResponderRights
One of the OnlineResponderRights 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