CryptoKeyAuditRule Konstruktorer

Definition

Initierar en ny instans av CryptoKeyAuditRule klassen.

Överlagringar

Name Description
CryptoKeyAuditRule(IdentityReference, CryptoKeyRights, AuditFlags)

Initierar en ny instans av CryptoKeyAuditRule klassen med de angivna värdena.

CryptoKeyAuditRule(String, CryptoKeyRights, AuditFlags)

Initierar en ny instans av CryptoKeyAuditRule klassen med de angivna värdena.

CryptoKeyAuditRule(IdentityReference, CryptoKeyRights, AuditFlags)

Initierar en ny instans av CryptoKeyAuditRule klassen med de angivna värdena.

public:
 CryptoKeyAuditRule(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::CryptoKeyRights cryptoKeyRights, System::Security::AccessControl::AuditFlags flags);
public CryptoKeyAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.CryptoKeyRights cryptoKeyRights, System.Security.AccessControl.AuditFlags flags);
new System.Security.AccessControl.CryptoKeyAuditRule : System.Security.Principal.IdentityReference * System.Security.AccessControl.CryptoKeyRights * System.Security.AccessControl.AuditFlags -> System.Security.AccessControl.CryptoKeyAuditRule
Public Sub New (identity As IdentityReference, cryptoKeyRights As CryptoKeyRights, flags As AuditFlags)

Parametrar

identity
IdentityReference

Den identitet som granskningsregeln gäller för. Den här parametern måste vara ett objekt som kan gjutas som en SecurityIdentifier.

cryptoKeyRights
CryptoKeyRights

Den kryptografiska nyckelåtgärd som den här granskningsregeln genererar granskningar för.

flags
AuditFlags

De villkor som genererar granskningar.

Gäller för

CryptoKeyAuditRule(String, CryptoKeyRights, AuditFlags)

Initierar en ny instans av CryptoKeyAuditRule klassen med de angivna värdena.

public:
 CryptoKeyAuditRule(System::String ^ identity, System::Security::AccessControl::CryptoKeyRights cryptoKeyRights, System::Security::AccessControl::AuditFlags flags);
public CryptoKeyAuditRule(string identity, System.Security.AccessControl.CryptoKeyRights cryptoKeyRights, System.Security.AccessControl.AuditFlags flags);
new System.Security.AccessControl.CryptoKeyAuditRule : string * System.Security.AccessControl.CryptoKeyRights * System.Security.AccessControl.AuditFlags -> System.Security.AccessControl.CryptoKeyAuditRule
Public Sub New (identity As String, cryptoKeyRights As CryptoKeyRights, flags As AuditFlags)

Parametrar

identity
String

Den identitet som granskningsregeln gäller för.

cryptoKeyRights
CryptoKeyRights

Den kryptografiska nyckelåtgärd som den här granskningsregeln genererar granskningar för.

flags
AuditFlags

De villkor som genererar granskningar.

Gäller för