Class CoreWebView2BasicAuthenticationResponse
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
UserName
User name provided for authentication.
public string UserName { get; set; }