ClaimsIdentity.AuthenticationType 属性

定义

获取身份验证类型。

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

属性值

String

身份验证类型。

实现

适用于