Forest.SetSelectiveAuthenticationStatus(String, Boolean) 메서드

정의

인바운드 트러스트에 대한 선택적 인증을 사용하도록 설정하거나 사용하지 않도록 설정합니다.

public:
 void SetSelectiveAuthenticationStatus(System::String ^ targetForestName, bool enable);
public void SetSelectiveAuthenticationStatus (string targetForestName, bool enable);
member this.SetSelectiveAuthenticationStatus : string * bool -> unit
Public Sub SetSelectiveAuthenticationStatus (targetForestName As String, enable As Boolean)

매개 변수

targetForestName
String

인바운드 트러스트 관계가 설정되어 있는 Forest 개체의 DNS 이름입니다.

enable
Boolean

선택적 인증을 사용할 수 있게 하려면 true이고, 그렇지 않으면 false입니다.

예외

targetForestName에 지정된 포리스트와 트러스트 관계가 없는 경우

기본 디렉터리 서비스에 대한 호출에서 오류가 발생했습니다.

대상 서버를 사용 중이거나 사용할 수 없습니다.

targetForestName이 빈 문자열인 경우

targetForestName이(가) null인 경우

현재 개체가 삭제되었습니다.

지정된 계정에 이 작업을 수행할 수 있는 권한이 없습니다.

적용 대상

추가 정보