CryptoKeySecurity.RemoveAuditRuleAll(CryptoKeyAuditRule) メソッド

定義

指定した監査規則と同じセキュリティ識別子を含むすべての監査規則を、この CryptoKeySecurity オブジェクトに関連付けられたシステム アクセス制御リスト (SACL: System Access Control List) から削除します。

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

削除する監査規則。

適用対象