共用方式為


CryptoKeyAuditRule 建構函式

定義

初始化 CryptoKeyAuditRule 類別的新執行個體。

多載

CryptoKeyAuditRule(IdentityReference, CryptoKeyRights, AuditFlags)

使用指定的值,初始化 CryptoKeyAuditRule 類別的新執行個體。

CryptoKeyAuditRule(String, CryptoKeyRights, AuditFlags)

使用指定的值,初始化 CryptoKeyAuditRule 類別的新執行個體。

CryptoKeyAuditRule(IdentityReference, CryptoKeyRights, AuditFlags)

使用指定的值,初始化 CryptoKeyAuditRule 類別的新執行個體。

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)

參數

identity
IdentityReference

要套用稽核規則的識別。 這個參數必須是可轉型成 SecurityIdentifier 的物件。

cryptoKeyRights
CryptoKeyRights

這個稽核規則為其產生稽核的密碼編譯金鑰作業。

flags
AuditFlags

產生稽核的條件。

適用於

CryptoKeyAuditRule(String, CryptoKeyRights, AuditFlags)

使用指定的值,初始化 CryptoKeyAuditRule 類別的新執行個體。

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)

參數

identity
String

要套用稽核規則的識別。

cryptoKeyRights
CryptoKeyRights

這個稽核規則為其產生稽核的密碼編譯金鑰作業。

flags
AuditFlags

產生稽核的條件。

適用於