Enum AnonymousConnectionAction
- 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 = 2Defer authentication decisions for anonymous connection attempts to subsequent authentication handlers.
ALLOW = 0Accept anonymous connection attempts.
DENY = 1Deny anonymous connection attempts.