CoreWebView2BasicAuthenticationResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
type CoreWebView2BasicAuthenticationResponse = class
Public Class CoreWebView2BasicAuthenticationResponse
- Inheritance
-
CoreWebView2BasicAuthenticationResponse
Properties
Password |
Password provided for authentication. |
UserName |
User name provided for authentication. |