FormsIdentity.AuthenticationType 속성

정의

인증된 ID의 형식을 가져옵니다.

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

속성 값

String

인증된 ID의 형식입니다. 이 속성은 항상 "Forms"를 반환합니다.

구현

적용 대상

추가 정보