OcspResponderAccessRule Constructor |
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
)
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
- 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