ClientAuthentication Constructors
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.
Overloads
ClientAuthentication() |
Creates a new instance of the ClientAuthentication class. |
ClientAuthentication(HttpCredentialsHeaderValue) |
Creates a new instance of the ClientAuthentication class with the specified authorization header as parameter. |
ClientAuthentication()
Creates a new instance of the ClientAuthentication class.
public:
ClientAuthentication();
ClientAuthentication();
public ClientAuthentication();
function ClientAuthentication()
Public Sub New ()
Applies to
ClientAuthentication(HttpCredentialsHeaderValue)
Creates a new instance of the ClientAuthentication class with the specified authorization header as parameter.
public:
ClientAuthentication(HttpCredentialsHeaderValue ^ authorization);
ClientAuthentication(HttpCredentialsHeaderValue const& authorization);
public ClientAuthentication(HttpCredentialsHeaderValue authorization);
function ClientAuthentication(authorization)
Public Sub New (authorization As HttpCredentialsHeaderValue)
Parameters
- authorization
- HttpCredentialsHeaderValue
A HttpCredentialsHeaderValue that contains the authorization header value.