Compartir a través de


SslState Enumeración

Definición

Define valores para SslState.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum SslState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type SslState = 
Public Enum SslState
Herencia
SslState
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

Nombre Valor Description
Disabled 0
SniEnabled 1
IpBasedEnabled 2

Se aplica a