共用方式為


AuthenticationResponseGrant.Properties 屬性

取得 AuthenticationProperties

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

語法

'宣告
Public Property Properties As AuthenticationProperties 
    Get 
    Private Set
'用途
Dim instance As AuthenticationResponseGrant 
Dim value As AuthenticationProperties 

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

屬性值

型別:Microsoft.Owin.Security.AuthenticationProperties
AuthenticationProperties

請參閱

參考

AuthenticationResponseGrant 類別

Microsoft.Owin.Security 命名空間