Share via


IAuthenticationManager.AuthenticationResponseRevoke 屬性

取得或設定要叫用的驗證回應。

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

語法

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

value = instance.AuthenticationResponseRevoke

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

屬性值

型別:Microsoft.Owin.Security.AuthenticationResponseRevoke
要叫用的驗證回應。

請參閱

參考

IAuthenticationManager 介面

Microsoft.Owin.Security 命名空間