SharedTokenCacheCredentialBrokerOptions Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SharedTokenCacheCredentialBrokerOptions() |
Initialise une nouvelle instance de SharedTokenCacheCredentialBrokerOptions. |
SharedTokenCacheCredentialBrokerOptions(TokenCachePersistenceOptions) |
Initialise une nouvelle instance de SharedTokenCacheCredentialBrokerOptions. |
SharedTokenCacheCredentialBrokerOptions()
Initialise une nouvelle instance de SharedTokenCacheCredentialBrokerOptions.
public SharedTokenCacheCredentialBrokerOptions ();
Public Sub New ()
S’applique à
SharedTokenCacheCredentialBrokerOptions(TokenCachePersistenceOptions)
Initialise une nouvelle instance de SharedTokenCacheCredentialBrokerOptions.
public SharedTokenCacheCredentialBrokerOptions (Azure.Identity.TokenCachePersistenceOptions tokenCacheOptions);
new Azure.Identity.BrokeredAuthentication.SharedTokenCacheCredentialBrokerOptions : Azure.Identity.TokenCachePersistenceOptions -> Azure.Identity.BrokeredAuthentication.SharedTokenCacheCredentialBrokerOptions
Public Sub New (tokenCacheOptions As TokenCachePersistenceOptions)
Paramètres
- tokenCacheOptions
- TokenCachePersistenceOptions
TokenCachePersistenceOptions qui s’applique au cache de jetons utilisé par ces informations d’identification.
S’applique à
Azure SDK for .NET