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

Snapshot of information from the system information store. More...

Properties

ICollection< ISystemPrincipalPrincipals [get]
 Returns the system principals stored on the server. More...
 
AnonymousConnectionAction AnonymousAction [get]
 Returns the action to take for anonymous connection attempts. More...
 
HashSet< string > RolesForAnonymousSessions [get]
 Returns the roles the system authentication handler will assign to anonymous sessions. Applicable only if anonymous connections are AnonymousConnectionAction.ALLOWed. More...
 

Detailed Description

Snapshot of information from the system information store.

Property Documentation

AnonymousConnectionAction PushTechnology.ClientInterface.Client.Features.Control.Clients.ISystemAuthenticationConfiguration.AnonymousAction
get

Returns the action to take for anonymous connection attempts.

ICollection<ISystemPrincipal> PushTechnology.ClientInterface.Client.Features.Control.Clients.ISystemAuthenticationConfiguration.Principals
get

Returns the system principals stored on the server.

HashSet<string> PushTechnology.ClientInterface.Client.Features.Control.Clients.ISystemAuthenticationConfiguration.RolesForAnonymousSessions
get

Returns the roles the system authentication handler will assign to anonymous sessions. Applicable only if anonymous connections are AnonymousConnectionAction.ALLOWed.


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