共用方式為


AuthenticationResponseGrant.Identity 屬性

取得或設定這個驗證的識別。

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

語法

'宣告
Public Property Identity As ClaimsIdentity 
    Get 
    Private Set
'用途
Dim instance As AuthenticationResponseGrant 
Dim value As ClaimsIdentity 

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

屬性值

型別:ClaimsIdentity
此驗證的識別。

請參閱

參考

AuthenticationResponseGrant 類別

Microsoft.Owin.Security 命名空間