AuthenticationTypes Enum

Definition

Possible authentication types

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum AuthenticationTypes
[<System.Flags>]
type AuthenticationTypes = 
Public Enum AuthenticationTypes
Inheritance
AuthenticationTypes
Attributes

Fields

Basic 1
Digest 2
Integrated 4
Kerberos 16
None 0
Ntlm 8

Applies to