![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
Authorisation credentials. More...
Public Member Functions | |
V4Credentials () | |
Constructor. More... | |
V4Credentials (string userName, string password) | |
Constructor. More... | |
object | Attach (object tag) |
Attaches the given object to the Credentials. More... | |
override string | ToString () |
Returns a string representing this object. More... | |
Properties | |
string | UserName [get, set] |
The user name. More... | |
string | Password [get, set] |
The password. More... | |
object | Tag [get, set] |
A user-defined tag. More... | |
Authorisation credentials.
PushTechnology.DiffusionCore.V4Credentials.V4Credentials | ( | ) |
Constructor.
PushTechnology.DiffusionCore.V4Credentials.V4Credentials | ( | string | userName, |
string | password | ||
) |
Constructor.
userName | |
password |
object PushTechnology.DiffusionCore.V4Credentials.Attach | ( | object | tag | ) |
Attaches the given object to the Credentials.
An attached object may later be retrieve via the 'Tag' method. Only one object may be attached at a time; invoking this method causes any previous attachment to be discarded. The current atachment may be discarded by attaching 'null'.
tag | The object to be attached. |
override string PushTechnology.DiffusionCore.V4Credentials.ToString | ( | ) |
Returns a string representing this object.
|
getset |
The password.
|
getset |
A user-defined tag.
|
getset |
The user name.