AuthenticationOptions.Description 屬性

驗證類型的其他相關資訊可在應用程式中找到。

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

語法

'宣告
Public Property Description As AuthenticationDescription 
    Get 
    Set
'用途
Dim instance As AuthenticationOptions 
Dim value As AuthenticationDescription 

value = instance.Description

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

屬性值

型別:Microsoft.Owin.Security.AuthenticationDescription
關於驗證的其他資訊。

請參閱

參考

AuthenticationOptions 類別

Microsoft.Owin.Security 命名空間