Method | Description | |
---|---|---|
PasswordCredentials ( string username, string password ) : System |
Initializes a new instance of the PasswordCredentials class with the specified credentials.
|
|
PasswordCredentials ( string username, string password, JToken>.ImmutableDictionary |
Initializes a new instance of the PasswordCredentials class with the specified credentials and extension data.
|
Method | Description | |
---|---|---|
PasswordCredentials ( ) : System |
public PasswordCredentials ( string username, string password ) : System | ||
username | string | The username. |
password | string | The password. |
return | System |
public PasswordCredentials ( string username, string password, JToken>.ImmutableDictionary |
||
username | string | The username. |
password | string | The password. |
extensionData | JToken>.ImmutableDictionary | The extension data. |
return | System |