메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
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 |
리턴 | void |
public DistributedTokenCache ( |
||
claimsPrincipal | A |
|
distributedCache | IDistributedCache | An implementation of |
loggerFactory | ILoggerFactory | |
dataProtectionProvider | IDataProtectionProvider | An |
리턴 | System |