CryptographicAttributeObjectCollection 类
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含一组 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
- 实现
Count |
获取集合中的项数。 |
Is |
获取一个值,该值指示对集合的访问是否是同步的或线程安全的。 |
Item[Int32] |
获取集合中指定索引位置的 CryptographicAttributeObject 对象。 |
Sync |
获取用于同步访问集合的 Object 对象。 |
Add(Asn |
将指定的 AsnEncodedData 对象添加到集合。 |
Add(Cryptographic |
将指定的 CryptographicAttributeObject 对象添加到集合。 |
Copy |
将 CryptographicAttributeObjectCollection 集合复制到 CryptographicAttributeObject 对象的数组。 |
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
Get |
获取集合的 CryptographicAttributeObjectEnumerator 对象。 |
Get |
作为默认哈希函数。 (继承自 Object) |
Get |
获取当前实例的 Type。 (继承自 Object) |
Memberwise |
创建当前 Object 的浅表副本。 (继承自 Object) |
Remove(Cryptographic |
从集合中移除指定的 CryptographicAttributeObject 对象。 |
To |
返回表示当前对象的字符串。 (继承自 Object) |
ICollection. |
将此 CryptographicAttributeObjectCollection 集合的元素复制到 Array 数组,从特定的索引开始。 |
ICollection. |
获取一个值,该值指示是否同步对 ICollection 的访问(线程安全)。 |
ICollection. |
获取可用于同步对 ICollection 的访问的对象。 |
IEnumerable. |
返回一个循环访问 CryptographicAttributeObjectCollection 集合的枚举数。 |
Cast<TResult>(IEnumerable) |
将 IEnumerable 的元素强制转换为指定的类型。 |
Of |
根据指定类型筛选 IEnumerable 的元素。 |
As |
启用查询的并行化。 |
As |
将 IEnumerable 转换为 IQueryable。 |
产品 | 版本 |
---|---|
.NET | Core 1.0, Core 1.1, 6, 7, 8, 9 |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |