Table of Contents

Enum AnonymousConnectionAction

Namespace
PushTechnology.ClientInterface.Client.Features.Control.Clients
Assembly
Diffusion.Client.dll

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

public enum AnonymousConnectionAction : byte

Fields

ABSTAIN = 2

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

ALLOW = 0

Accept anonymous connection attempts.

DENY = 1

Deny anonymous connection attempts.