Share via


IAuthenticationManager.AuthenticationResponseGrant 屬性

取得或設定要授與的驗證回應。

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

語法

'宣告
Property AuthenticationResponseGrant As AuthenticationResponseGrant 
    Get 
    Set
'用途
Dim instance As IAuthenticationManager 
Dim value As AuthenticationResponseGrant 

value = instance.AuthenticationResponseGrant

instance.AuthenticationResponseGrant = value
AuthenticationResponseGrant AuthenticationResponseGrant { get; set; }
property AuthenticationResponseGrant^ AuthenticationResponseGrant {
    AuthenticationResponseGrant^ get ();
    void set (AuthenticationResponseGrant^ value);
}
abstract AuthenticationResponseGrant : AuthenticationResponseGrant with get, set
function get AuthenticationResponseGrant () : AuthenticationResponseGrant 
function set AuthenticationResponseGrant (value : AuthenticationResponseGrant)

屬性值

型別:Microsoft.Owin.Security.AuthenticationResponseGrant
要授與的驗證回應。

請參閱

參考

IAuthenticationManager 介面

Microsoft.Owin.Security 命名空間