共用方式為


CryptoKeySecurity.RemoveAuditRuleAll(CryptoKeyAuditRule) 方法

定義

從與這個 CryptoKeySecurity 物件相關聯的系統存取控制清單 (SACL),移除包含與指定稽核規則相同安全識別項的所有稽核規則。

public:
 void RemoveAuditRuleAll(System::Security::AccessControl::CryptoKeyAuditRule ^ rule);
public void RemoveAuditRuleAll (System.Security.AccessControl.CryptoKeyAuditRule rule);
override this.RemoveAuditRuleAll : System.Security.AccessControl.CryptoKeyAuditRule -> unit
Public Sub RemoveAuditRuleAll (rule As CryptoKeyAuditRule)

參數

rule
CryptoKeyAuditRule

要移除的稽核規則。

適用於