ServiceNameElementCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
类 ServiceNameCollection 是表示配置 ExtendedProtectionPolicy元素的服务主体名称的集合。
public ref class ServiceNameElementCollection sealed : System::Configuration::ConfigurationElementCollection
public sealed class ServiceNameElementCollection : System.Configuration.ConfigurationElementCollection
[System.Configuration.ConfigurationCollection(typeof(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement))]
public sealed class ServiceNameElementCollection : System.Configuration.ConfigurationElementCollection
type ServiceNameElementCollection = class
inherit ConfigurationElementCollection
[<System.Configuration.ConfigurationCollection(typeof(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement))>]
type ServiceNameElementCollection = class
inherit ConfigurationElementCollection
Public NotInheritable Class ServiceNameElementCollection
Inherits ConfigurationElementCollection
- 继承
- 属性
构造函数
| 名称 | 说明 |
|---|---|
| ServiceNameElementCollection() |
初始化 ServiceNameElementCollection 类的新实例。 |
属性
方法
显式接口实现
| 名称 | 说明 |
|---|---|
| ICollection.CopyTo(Array, Int32) |
将 ConfigurationElementCollection 复制到数组。 (继承自 ConfigurationElementCollection) |
扩展方法
| 名称 | 说明 |
|---|---|
| AsParallel(IEnumerable) |
启用查询的并行化。 |
| AsQueryable(IEnumerable) |
将 IEnumerable 转换为 IQueryable。 |
| Cast<TResult>(IEnumerable) |
将 IEnumerable 的元素强制转换为指定类型。 |
| OfType<TResult>(IEnumerable) |
根据指定类型筛选 IEnumerable 的元素。 |