FormsIdentity.AuthenticationType 属性

定义

获取经过身份验证的标识的类型。

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

属性值

经过身份验证的标识的类型。 该属性总是返回“Forms”。

实现

适用于

另请参阅