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

Immutable value containing the proof material to support an authentication request. More...

Inherited by PushTechnology.DiffusionCore.Client.Types.Credentials.

Public Member Functions

byte[] ToBytes ()
 Return the credential data as a byte array. More...
 

Properties

CredentialsType Type [get]
 Return the type of credentials. More...
 

Detailed Description

Immutable value containing the proof material to support an authentication request.

The server passes the credentials through to the configured authentication handlers for interpretation.

Credentials can be created using an ICredentialsFactory, an instance of which can be obtained as follows:

var factory = Diffusion.Credentials;

Member Function Documentation

byte [] PushTechnology.DiffusionCore.Client.Types.ICredentials.ToBytes ( )

Return the credential data as a byte array.

Returns
The data.

Property Documentation

CredentialsType PushTechnology.DiffusionCore.Client.Types.ICredentials.Type
get

Return the type of credentials.


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