Share via


FileSystemTokenStore.Directory Property

Definition

Gets or sets the directory in which the tokens will be stored.

[Newtonsoft.Json.JsonProperty(PropertyName="directory")]
public string Directory { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="directory")>]
member this.Directory : string with get, set
Public Property Directory As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to