Class BasicAuthenticationCredentials
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
public class BasicAuthenticationCredentials
- Inheritance
-
BasicAuthenticationCredentials
- Inherited Members
Constructors
BasicAuthenticationCredentials()
public BasicAuthenticationCredentials()
Properties
Password
public string Password { get; set; }
Property Value
Username
public string Username { get; set; }
Property Value
Methods
ToString()
public override string ToString()