![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
Type code indicated by the type of the credentials. More...
Static Public Attributes | |
static readonly CredentialsType | NONE = new CredentialsType(CredentialsTypeEnum.NONE, 0) |
No credentials are supplied. This is used for anonymous session creation. It may also be supported by authentication handlers that allow identity to be changed without further credentials. More... | |
static readonly CredentialsType | PLAIN_PASSWORD |
A plaintext password, encoded with UTF-8. More... | |
static readonly CredentialsType | CUSTOM = new CredentialsType(CredentialsTypeEnum.CUSTOM, 2) |
Application-specific credentials. More... | |
Additional Inherited Members | |
![]() | |
override string | ToString () |
| |
![]() | |
static TEnum | FromCode (TCode code) |
Returns the constant associated with the given code. More... | |
![]() | |
static T | ValueOf (string name) |
Returns the value of this enum. More... | |
static IEnumerable< T > | Values () |
Returns the values of this enum. More... | |
![]() | |
Enum | INTERNAL_ENUM |
The internal enum value. More... | |
![]() | |
TCode | Code [get, set] |
Returns the byte representation of the enum constant. More... | |
TEnum | Enum [get, set] |
Returns the enum. More... | |
![]() | |
string | Name [get] |
Returns the name of this enum. More... | |
Type code indicated by the type of the credentials.
|
static |
Application-specific credentials.
|
static |
No credentials are supplied. This is used for anonymous session creation. It may also be supported by authentication handlers that allow identity to be changed without further credentials.
|
static |
A plaintext password, encoded with UTF-8.