FormsIdentity.AuthenticationType 属性

定义

获取经过身份验证的标识的类型。Gets the type of authenticated identity.

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

经过身份验证的标识的类型。The type of authenticated identity. 该属性总是返回“Forms”。This property always returns "Forms".

实现

适用于