Class BasicAuthenticationCredentials
Credentials for Basic Authentication
Inheritance
BasicAuthenticationCredentials
Assembly: OpenSearch.Net.dll
Syntax
public class BasicAuthenticationCredentials : IDisposable
Constructors
|
Edit this page
View Source
BasicAuthenticationCredentials()
Declaration
public BasicAuthenticationCredentials()
|
Edit this page
View Source
BasicAuthenticationCredentials(string, SecureString)
Declaration
public BasicAuthenticationCredentials(string username, SecureString password)
Parameters
|
Edit this page
View Source
BasicAuthenticationCredentials(string, string)
Declaration
public BasicAuthenticationCredentials(string username, string password)
Parameters
Properties
|
Edit this page
View Source
Password
The password with which to authenticate
Declaration
public SecureString Password { get; set; }
Property Value
|
Edit this page
View Source
Username
The username with which to authenticate
Declaration
public string Username { get; set; }
Property Value
Methods
|
Edit this page
View Source
Dispose()
Declaration
Implements
Extension Methods