次の方法で共有


AuthenticationStoreTokenCache Constructors

Definition

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

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

Applies to