다음을 통해 공유


ActiveDirectorySecurity.RemoveAccess 메서드

정의

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

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

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

type
AccessControlType

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

적용 대상