IIdentity.AuthenticationType 속성

정의

사용한 인증 형식을 가져옵니다.

public:
 property System::String ^ AuthenticationType { System::String ^ get(); };
public string AuthenticationType { get; }
public string? AuthenticationType { get; }
member this.AuthenticationType : string
Public ReadOnly Property AuthenticationType As String

속성 값

String

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

설명

운영 체제 또는 다른 인증 공급자는 인증 형식은 공용 언어 런타임에 전달 됩니다. 기본 인증, NTLM, Kerberos 및 Passport는 인증 형식의 예입니다.

적용 대상