AuthenticationType Enum

Definition

Defines values for AuthenticationType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum AuthenticationType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type AuthenticationType = 
Public Enum AuthenticationType
Inheritance
AuthenticationType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

SQL 0
ADPassword 1

Applies to