OcspResponderAccessRule Constructor
Namespace: SysadminsLV.PKI.Security.AccessControlAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
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.