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

ADPassword 1
SQL 0

Applies to