OcspResponderAccessRule Constructor
Namespace: SysadminsLV.PKI.Security.AccessControlAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public OcspResponderAccessRule(
	IdentityReference identity,
	OcspResponderRights accessMask,
	AccessControlType type
)
Public Sub New ( 
	identity As IdentityReference,
	accessMask As OcspResponderRights,
	type As AccessControlType
)
public:
OcspResponderAccessRule(
	IdentityReference^ identity, 
	OcspResponderRights accessMask, 
	AccessControlType type
)
new : 
        identity : IdentityReference * 
        accessMask : OcspResponderRights * 
        type : AccessControlType -> OcspResponderAccessRule
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.