Share via


WindowsIdentity.AuthenticationType 속성

정의

사용자를 식별하는 데 사용되는 인증 형식을 가져옵니다.

public:
 property System::String ^ AuthenticationType { System::String ^ get(); };
public:
 virtual property System::String ^ AuthenticationType { System::String ^ get(); };
public override sealed string? AuthenticationType { get; }
public override sealed string AuthenticationType { get; }
public virtual string AuthenticationType { get; }
public string AuthenticationType { get; }
member this.AuthenticationType : string
Public Overrides NotOverridable ReadOnly Property AuthenticationType As String
Public Overridable ReadOnly Property AuthenticationType As String
Public ReadOnly Property AuthenticationType As String

속성 값

사용자를 식별하는 데 사용되는 인증 형식입니다.

구현

예외

Windows에서 Windows NT 상태 코드 STATUS_ACCESS_DENIED를 반환했습니다.

사용 가능한 메모리가 부족한 경우

호출자에게 올바른 권한이 없습니다.

또는

Windows 2003 또는 높은 버전 도메인에 컴퓨터가 연결되어 있지 않습니다.

또는

컴퓨터가 Windows 2003 이상에서 실행되고 있지 않습니다.

또는

사용자는 컴퓨터에 연결된 도메인의 멤버가 아닙니다.

설명

이 속성은 정보입니다. 보안 시스템에서는 사용되지 않습니다. Windows Vista 이상 버전의 Windows 운영 체제에서 이 속성의 기본값은 고객이 구성한 보안 정책에 따라 최상의 SSP(보안 지원 공급자)를 선택하는 입니다 Negotiate. 이전 버전의 Windows 운영 체제에 대한 기본 속성 값은 입니다 Kerberos.

적용 대상