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

SharedTokenCacheCredentialBrokerOptions 构造函数

定义

重载

SharedTokenCacheCredentialBrokerOptions()

初始化 SharedTokenCacheCredentialBrokerOptions 的新实例。

SharedTokenCacheCredentialBrokerOptions(TokenCachePersistenceOptions)

初始化 SharedTokenCacheCredentialBrokerOptions 的新实例。

SharedTokenCacheCredentialBrokerOptions()

Source:
SharedTokenCacheCredentialBrokerOptions.cs

初始化 SharedTokenCacheCredentialBrokerOptions 的新实例。

public SharedTokenCacheCredentialBrokerOptions ();
Public Sub New ()

适用于

SharedTokenCacheCredentialBrokerOptions(TokenCachePersistenceOptions)

Source:
SharedTokenCacheCredentialBrokerOptions.cs

初始化 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)

参数

tokenCacheOptions
TokenCachePersistenceOptions

TokenCachePersistenceOptions 应用于此凭据使用的令牌缓存的 。

适用于