WebConnectionStringBuilderTokenCacheStorePath Property

Gets or sets the full path to the location where the user token cache should be stored.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public string TokenCacheStorePath { get; set; }

Property Value

String

Remarks

Required only with a web service configured for OAuth authentication.

See Also