Method | Description | |
---|---|---|
AfterAccessNotification ( Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheNotificationArgs args ) : void |
Handles the AfterAccessNotification event, which is triggered right after ADAL accesses the cache.
|
|
DistributedTokenCache ( |
Initializes a new instance of Tailspin.Surveys.TokenStorage.DistributedTokenCache
|
Method | Description | |
---|---|---|
BuildCacheKey ( |
Builds the cache key to use for this item in the distributed cache.
|
|
LoadFromCache ( ) : void |
Attempts to load tokens from distributed cache.
|
public AfterAccessNotification ( Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheNotificationArgs args ) : void | ||
args | Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheNotificationArgs | An instance of |
return | void |
public DistributedTokenCache ( |
||
claimsPrincipal | A |
|
distributedCache | IDistributedCache | An implementation of |
loggerFactory | ILoggerFactory | |
dataProtectionProvider | IDataProtectionProvider | An |
return | System |