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

要移除的审核规则。

适用于