Dela via


SslState Enum

Definition

Defines values for 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
Inheritance
SslState
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Name Value Description
Disabled 0
SniEnabled 1
IpBasedEnabled 2

Applies to