AuthenticationStoreTokenCache Constructors
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.
Overloads
AuthenticationStoreTokenCache(AzureTokenCache) | |
AuthenticationStoreTokenCache(TokenCache) |
AuthenticationStoreTokenCache(AzureTokenCache)
public AuthenticationStoreTokenCache (Microsoft.Azure.Commands.Common.Authentication.Abstractions.AzureTokenCache store);
new Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache : Microsoft.Azure.Commands.Common.Authentication.Abstractions.AzureTokenCache -> Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache
Public Sub New (store As AzureTokenCache)
Parameters
- store
- AzureTokenCache
Applies to
AuthenticationStoreTokenCache(TokenCache)
public AuthenticationStoreTokenCache (Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache cache);
new Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache : Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache -> Microsoft.Azure.Commands.Common.Authentication.AuthenticationStoreTokenCache
Public Sub New (cache As TokenCache)
Parameters
- cache
- Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache