ActiveDirectorySecurity.RemoveAudit(IdentityReference) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從物件的 SACL 移除具有指定之 IdentityReference 物件的所有稽核規則。
public:
void RemoveAudit(System::Security::Principal::IdentityReference ^ identity);
public void RemoveAudit (System.Security.Principal.IdentityReference identity);
member this.RemoveAudit : System.Security.Principal.IdentityReference -> unit
Public Sub RemoveAudit (identity As IdentityReference)
參數
- identity
- IdentityReference
IdentityReference 物件 (例如 NTAccount 物件),解析為安全識別項 (SID)。