Skip to main content

Class TLSDirectionConfig

Namespace: Consul
Assembly: Consul.dll

public class TLSDirectionConfig

Inheritance

objectTLSDirectionConfig

Inherited Members

object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

Properties

CipherSuites

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<string> CipherSuites { get; set; }

Property Value

List <string >

TLSMaxVersion

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string TLSMaxVersion { get; set; }

Property Value

string

TLSMinVersion

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string TLSMinVersion { get; set; }

Property Value

string

  • Properties
    • CipherSuites
    • TLSMaxVersion
    • TLSMinVersion