Share via


IAuthenticationManager.AuthenticationResponseChallenge 屬性

取得或設定驗證回應挑戰。

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

語法

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

value = instance.AuthenticationResponseChallenge

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

屬性值

型別:Microsoft.Owin.Security.AuthenticationResponseChallenge
驗證回應挑戰。

請參閱

參考

IAuthenticationManager 介面

Microsoft.Owin.Security 命名空間