共用方式為


AuthenticationResponseRevoke.AuthenticationTypes 屬性

取得或設定驗證類型。

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

語法

'宣告
Public Property AuthenticationTypes As String()
    Get 
    Private Set
'用途
Dim instance As AuthenticationResponseRevoke 
Dim value As String()

value = instance.AuthenticationTypes
public string[] AuthenticationTypes { get; private set; }
public:
property array<String^>^ AuthenticationTypes {
    array<String^>^ get ();
    private: void set (array<String^>^ value);
}
member AuthenticationTypes : string[] with get, private set
function get AuthenticationTypes () : String[]
private function set AuthenticationTypes (value : String[])

屬性值

型別:System.String[]
驗證類型。

請參閱

參考

AuthenticationResponseRevoke 類別

Microsoft.Owin.Security 命名空間