Domain.GetSelectiveAuthenticationStatus(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
인바운드 트러스트의 인증 유형을 결정합니다.
public:
bool GetSelectiveAuthenticationStatus(System::String ^ targetDomainName);
public bool GetSelectiveAuthenticationStatus(string targetDomainName);
member this.GetSelectiveAuthenticationStatus : string -> bool
Public Function GetSelectiveAuthenticationStatus (targetDomainName As String) As Boolean
매개 변수
- targetDomainName
- String
트러스트가 있는 도메인의 DNS 이름입니다.
반품
예외
매개 변수로 지정된 Forest 트러스트와 targetDomainName 트러스트 관계가 없습니다.
호출이 LsaQueryTrustedDomainInfoByName 실패했습니다. 자세한 내용은 LsaQueryTrustedDomainInfoByName을 참조하세요.
대상 서버가 사용 중이거나 사용할 수 없습니다.
targetDomainName 은 빈 문자열입니다.
targetDomainName은 null입니다.
현재 개체가 삭제되었습니다.
지정된 계정에 이 작업을 수행할 수 있는 권한이 없습니다.