RedisAccessKeys.SecondaryKey Property

Definition

Gets the current secondary key that clients can use to authenticate with Redis cache.

[Newtonsoft.Json.JsonProperty(PropertyName="secondaryKey")]
public string SecondaryKey { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="secondaryKey")>]
member this.SecondaryKey : string
Public ReadOnly Property SecondaryKey As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to