다음을 통해 공유


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

제거할 감사 규칙입니다.

적용 대상