ICoreWebView2BasicAuthenticationRequestedEventArgs

Undocumented in source.

Members

Functions

GetDeferral
HRESULT GetDeferral(ICoreWebView2Deferral* deferral)

Returns an ICoreWebView2Deferral object. Use this deferral to defer the decision to show the Basic Authentication dialog.

get_Cancel
HRESULT get_Cancel(BOOL* cancel)

Cancel the authentication request. False by default. If set to true, Response will be ignored.

get_Challenge
HRESULT get_Challenge(LPWSTR* challenge)

The authentication challenge string

get_Response
HRESULT get_Response(ICoreWebView2BasicAuthenticationResponse* response)

Response to the authentication request with credentials. This object will be populated by the app if the host would like to provide authentication credentials.

get_Uri
HRESULT get_Uri(LPWSTR* value)

The URI that led to the authentication challenge. For proxy authentication requests, this will be the URI of the proxy server.

put_Cancel
HRESULT put_Cancel(BOOL cancel)

Set the Cancel property.

Meta