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
解析为安全标识符 (SID) 的 IdentityReference 对象,如 NTAccount 对象。