WindowsIdentity.AuthenticationType 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
사용자를 식별하는 데 사용되는 인증 유형을 가져옵니다.
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 운영 체제의 Windows Vista 이상 버전에서 이 속성의 기본값은 Negotiate이며, 고객 구성 보안 정책에 따라 최상의 SSP(보안 지원 공급자)를 선택합니다. 이전 버전의 Windows 운영 체제에 대한 기본 속성 값은 Kerberos.