TokenCachePersistenceOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options controlling the storage of the token cache.
public class TokenCachePersistenceOptions
type TokenCachePersistenceOptions = class
Public Class TokenCachePersistenceOptions
- Inheritance
-
System.ObjectTokenCachePersistenceOptions
- Derived
Constructors
TokenCachePersistenceOptions() |
Properties
Name |
Name uniquely identifying the TokenCachePersistenceOptions. |
UnsafeAllowUnencryptedStorage |
If set to true the token cache may be persisted as an unencrypted file if no OS level user encryption is available. When set to false the token cache will throw a CredentialUnavailableException in the event no OS level user encryption is available. |