CryptoKeyAuditRule 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
產生稽核的條件。