AuthenticationOptions.AuthenticationType 屬性

選項中的 AuthenticationType 對應至識別 AuthenticationType 屬性。 可能會指派不同的值以便在管線中多次使用相同的驗證中介軟體類型。

命名空間:  Microsoft.Owin.Security
組件:  Microsoft.Owin.Security (在 Microsoft.Owin.Security.dll 中)

語法

'宣告
Public Property AuthenticationType As String 
    Get 
    Set
'用途
Dim instance As AuthenticationOptions 
Dim value As String 

value = instance.AuthenticationType

instance.AuthenticationType = value
public string AuthenticationType { get; set; }
public:
property String^ AuthenticationType {
    String^ get ();
    void set (String^ value);
}
member AuthenticationType : string with get, set
function get AuthenticationType () : String 
function set AuthenticationType (value : String)

屬性值

型別:System.String
驗證的類型。

請參閱

參考

AuthenticationOptions 類別

Microsoft.Owin.Security 命名空間