Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.DiffusionCore.Client.Types.CredentialsType Class Reference

Type code indicated by the type of the credentials. More...

Inheritance diagram for PushTechnology.DiffusionCore.Client.Types.CredentialsType:
PushTechnology.DiffusionCore.ByteCodeEnum< TEnum > PushTechnology.DiffusionCore.CodeEnum< TEnum, TCode > PushTechnology.DiffusionCore.AdvancedEnum< T >

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

- Public Member Functions inherited from PushTechnology.DiffusionCore.AdvancedEnum< T >
override string ToString ()
 
Returns
A human readable representation of the value

 
- Static Public Member Functions inherited from PushTechnology.DiffusionCore.CodeEnum< TEnum, TCode >
static TEnum FromCode (TCode code)
 Returns the constant associated with the given code. More...
 
- Static Public Member Functions inherited from PushTechnology.DiffusionCore.AdvancedEnum< T >
static T ValueOf (string name)
 Returns the value of this enum. More...
 
static IEnumerable< T > Values ()
 Returns the values of this enum. More...
 
- Public Attributes inherited from PushTechnology.DiffusionCore.AdvancedEnum< T >
Enum INTERNAL_ENUM
 The internal enum value. More...
 
- Properties inherited from PushTechnology.DiffusionCore.CodeEnum< TEnum, TCode >
TCode Code [get, set]
 Returns the byte representation of the enum constant. More...
 
TEnum Enum [get, set]
 Returns the enum. More...
 
- Properties inherited from PushTechnology.DiffusionCore.AdvancedEnum< T >
string Name [get]
 Returns the name of this enum. More...
 

Detailed Description

Type code indicated by the type of the credentials.

Member Data Documentation

readonly CredentialsType PushTechnology.DiffusionCore.Client.Types.CredentialsType.CUSTOM = new CredentialsType( CredentialsTypeEnum.CUSTOM, 2 )
static

Application-specific credentials.

readonly CredentialsType PushTechnology.DiffusionCore.Client.Types.CredentialsType.NONE = new CredentialsType( CredentialsTypeEnum.NONE, 0 )
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.

readonly CredentialsType PushTechnology.DiffusionCore.Client.Types.CredentialsType.PLAIN_PASSWORD
static
Initial value:
= new CredentialsType( CredentialsTypeEnum.PLAIN_PASSWORD,
1 )

A plaintext password, encoded with UTF-8.


The documentation for this class was generated from the following file: