Table of Contents

Class CoreWebView2BasicAuthenticationResponse

Namespace
Microsoft.Web.WebView2.Core
Assembly
Microsoft.Web.WebView2.Core.dll

Represents a Basic HTTP authentication response that contains a user name and a password as according to RFC7617 (https://tools.ietf.org/html/rfc7617)

public class CoreWebView2BasicAuthenticationResponse
Inheritance
CoreWebView2BasicAuthenticationResponse
Inherited Members

Properties

Password

Password provided for authentication.

public string Password { get; set; }

Property Value

string

UserName

User name provided for authentication.

public string UserName { get; set; }

Property Value

string