ActiveDirectorySecurity.RemoveAccess 메서드

정의

개체의 DACL에서 지정된 IdentityReference 개체와 AccessControlType 개체가 있는 모든 액세스 규칙을 제거합니다.

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)

매개 변수

identity
IdentityReference

IdentityReference SID(보안 식별자)로 확인되는 NTAccount 개체와 같은 개체입니다.

type
AccessControlType

AccessControlType ACE 형식을 포함하는 개체입니다.

적용 대상