CryptographicAttributeObjectCollection 类

定义

包含一组 CryptographicAttributeObject 对象。

public ref class CryptographicAttributeObjectCollection sealed : System::Collections::ICollection
public sealed class CryptographicAttributeObjectCollection : System.Collections.ICollection
type CryptographicAttributeObjectCollection = class
    interface ICollection
    interface IEnumerable
Public NotInheritable Class CryptographicAttributeObjectCollection
Implements ICollection
继承
CryptographicAttributeObjectCollection
实现

示例

CryptographicAttributeObject

构造函数

CryptographicAttributeObjectCollection()

初始化 CryptographicAttributeObjectCollection 类的新实例。

CryptographicAttributeObjectCollection(CryptographicAttributeObject)

初始化 CryptographicAttributeObjectCollection 类的新实例,将指定的 CryptographicAttributeObject 添加到集合中。

属性

Count

获取集合中的项数。

IsSynchronized

获取一个值,该值指示对集合的访问是否是同步的或线程安全的。

Item[Int32]

获取集合中指定索引位置的 CryptographicAttributeObject 对象。

SyncRoot

获取用于同步访问集合的 Object 对象。

方法

Add(AsnEncodedData)

将指定的 AsnEncodedData 对象添加到集合。

Add(CryptographicAttributeObject)

将指定的 CryptographicAttributeObject 对象添加到集合。

CopyTo(CryptographicAttributeObject[], Int32)

CryptographicAttributeObjectCollection 集合复制到 CryptographicAttributeObject 对象的数组。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetEnumerator()

获取集合的 CryptographicAttributeObjectEnumerator 对象。

GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
Remove(CryptographicAttributeObject)

从集合中移除指定的 CryptographicAttributeObject 对象。

ToString()

返回表示当前对象的字符串。

(继承自 Object)

显式接口实现

ICollection.CopyTo(Array, Int32)

将此 CryptographicAttributeObjectCollection 集合的元素复制到 Array 数组,从特定的索引开始。

ICollection.IsSynchronized

获取一个值,该值指示是否同步对 ICollection 的访问(线程安全)。

ICollection.SyncRoot

获取可用于同步对 ICollection 的访问的对象。

IEnumerable.GetEnumerator()

返回一个循环访问 CryptographicAttributeObjectCollection 集合的枚举数。

扩展方法

Cast<TResult>(IEnumerable)

IEnumerable 的元素强制转换为指定的类型。

OfType<TResult>(IEnumerable)

根据指定类型筛选 IEnumerable 的元素。

AsParallel(IEnumerable)

启用查询的并行化。

AsQueryable(IEnumerable)

IEnumerable 转换为 IQueryable

适用于