संपादित करें

इसके माध्यम से साझा किया गया


ActiveDirectorySecurity.RemoveAccess Method

Definition

Removes all access rules that have the specified IdentityReference object and AccessControlType object from the DACL of an object.

public:
 void RemoveAccess(System::Security::Principal::IdentityReference ^ identity, System::Security::AccessControl::AccessControlType type);
public void RemoveAccess (System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type);
member this.RemoveAccess : System.Security.Principal.IdentityReference * System.Security.AccessControl.AccessControlType -> unit
Public Sub RemoveAccess (identity As IdentityReference, type As AccessControlType)

Parameters

identity
IdentityReference

An IdentityReference object such as an NTAccount object, that resolves to a security identifier (SID).

type
AccessControlType

An AccessControlType object that contains the ACE type.

Applies to