Enum AnonymousConnectionAction

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

Namespace: PushTechnology.ClientInterface.Client.Features.Control.Clients
Assembly: Diffusion.Client.dll
Syntax
public enum AnonymousConnectionAction : byte

Fields

Name Description
ABSTAIN

Defer authentication decisions for anonymous connection attempts to subsequent authentication handlers.

ALLOW

Accept anonymous connection attempts.

DENY

Deny anonymous connection attempts.

Back to top