Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.Control.Clients.AnonymousConnectionAction Class Reference

Action to be taken by the system authentication handler for connection attempts that do not provide a principal name and credentials. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Clients.AnonymousConnectionAction:

Static Public Attributes

static readonly
AnonymousConnectionAction 
ALLOW
 Access anonymous connection attempts. More...
 
static readonly
AnonymousConnectionAction 
DENY
 Deny anonymous connection attempts. More...
 
static readonly
AnonymousConnectionAction 
ABSTAIN
 Abstain - defer control to subsequent authentication handlers. More...
 

Detailed Description

Action to be taken by the system authentication handler for connection attempts that do not provide a principal name and credentials.

Member Data Documentation

readonly AnonymousConnectionAction PushTechnology.ClientInterface.Client.Features.Control.Clients.AnonymousConnectionAction.ABSTAIN
static
Initial value:
=
new AnonymousConnectionAction( AnonymousConnectionActionEnum.ABSTAIN, 2 )

Abstain - defer control to subsequent authentication handlers.

readonly AnonymousConnectionAction PushTechnology.ClientInterface.Client.Features.Control.Clients.AnonymousConnectionAction.ALLOW
static
Initial value:
=
new AnonymousConnectionAction( AnonymousConnectionActionEnum.ALLOW, 0 )

Access anonymous connection attempts.

readonly AnonymousConnectionAction PushTechnology.ClientInterface.Client.Features.Control.Clients.AnonymousConnectionAction.DENY
static
Initial value:
=
new AnonymousConnectionAction( AnonymousConnectionActionEnum.DENY, 1 )

Deny anonymous connection attempts.


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