![]() |
DEPRECATED: Diffusion Silverlight Classic API
5.9.4
|
This class is used to contain the user credentials. More...
Public Member Functions | |
DiffusionClientCredentials () | |
Empty constructor. More... | |
DiffusionClientCredentials (string userName, string password) | |
Constructor. More... | |
string | ToRecord () |
Converts the credentials to a delimited record. More... | |
override string | ToString () |
Converts the credentials to a human-readable string. More... | |
Static Public Member Functions | |
static DiffusionClientCredentials | Parse (string credentials) |
Parses the credentials. More... | |
Properties | |
string | UserName [get, set] |
The user name. More... | |
string | Password [get, set] |
The password. More... | |
This class is used to contain the user credentials.
PushTechnology.Transports.DiffusionClientCredentials.DiffusionClientCredentials | ( | ) |
Empty constructor.
PushTechnology.Transports.DiffusionClientCredentials.DiffusionClientCredentials | ( | string | userName, |
string | password | ||
) |
Constructor.
userName | |
password |
|
static |
Parses the credentials.
credentials |
string PushTechnology.Transports.DiffusionClientCredentials.ToRecord | ( | ) |
Converts the credentials to a delimited record.
override string PushTechnology.Transports.DiffusionClientCredentials.ToString | ( | ) |
Converts the credentials to a human-readable string.
|
getset |
The password.
|
getset |
The user name.