Skip to main content

Class JSONWebKeySetConfig

Namespace: Consul
Assembly: Consul.dll

public class JSONWebKeySetConfig

Inheritance

objectJSONWebKeySetConfig

Inherited Members

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

Properties

Local

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public LocalJSONWebKeySet Local { get; set; }

Property Value

LocalJSONWebKeySet

Remote

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public RemoteJSONWebKeySet Remote { get; set; }

Property Value

RemoteJSONWebKeySet