你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SharedTokenCacheCredentialBrokerOptions Constructors

Definition

Overloads

SharedTokenCacheCredentialBrokerOptions()

Source:
SharedTokenCacheCredentialBrokerOptions.cs

Initializes a new instance of SharedTokenCacheCredentialBrokerOptions.

public SharedTokenCacheCredentialBrokerOptions();
Public Sub New ()

Applies to

SharedTokenCacheCredentialBrokerOptions(TokenCachePersistenceOptions)

Source:
SharedTokenCacheCredentialBrokerOptions.cs

Initializes a new instance of 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)

Parameters

tokenCacheOptions
TokenCachePersistenceOptions

The TokenCachePersistenceOptions that will apply to the token cache used by this credential.

Applies to