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

TokenProviderElementCollection 类

定义

表示令牌提供程序的元素集合。

[System.Configuration.ConfigurationCollection(typeof(Microsoft.ServiceBus.Configuration.TokenProviderElement), CollectionType=System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap)]
public sealed class TokenProviderElementCollection : System.Configuration.ConfigurationElementCollection
[<System.Configuration.ConfigurationCollection(typeof(Microsoft.ServiceBus.Configuration.TokenProviderElement), CollectionType=System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap)>]
type TokenProviderElementCollection = class
    inherit ConfigurationElementCollection
Public NotInheritable Class TokenProviderElementCollection
Inherits ConfigurationElementCollection
继承
TokenProviderElementCollection
属性

构造函数

TokenProviderElementCollection()

表示令牌提供程序的元素集合。

属性

Item[String]

获取集合中的某一项。

适用于