CryptographicAttributeObject 类

定义

包含一个类型和与该类型相关联的值的集合。

public ref class CryptographicAttributeObject sealed
public sealed class CryptographicAttributeObject
type CryptographicAttributeObject = class
Public NotInheritable Class CryptographicAttributeObject
继承
CryptographicAttributeObject

注解

此类对应于加密消息语法标准规范中定义的 ASN.1 结构。

构造函数

CryptographicAttributeObject(Oid)

使用指定的 CryptographicAttributeObject 对象所表示的特性初始化 Oid 类的新实例。

CryptographicAttributeObject(Oid, AsnEncodedDataCollection)

使用指定的 CryptographicAttributeObject 对象所表示的特性和与该特性相关联的一组值(由指定的 Oid 集合表示)来初始化 AsnEncodedDataCollection 类的新实例。

属性

Oid

获取指定特性的对象标识符的 Oid 对象。

Values

获取包含与该特性相关联的一组值的 AsnEncodedDataCollection 集合。

方法

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

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

(继承自 Object)

适用于