Pkcs9DocumentDescription 类

定义

Pkcs9DocumentDescription 类定义 CMS/PKCS #7 消息内容的说明。

public ref class Pkcs9DocumentDescription sealed : System::Security::Cryptography::Pkcs::Pkcs9AttributeObject
public sealed class Pkcs9DocumentDescription : System.Security.Cryptography.Pkcs.Pkcs9AttributeObject
type Pkcs9DocumentDescription = class
    inherit Pkcs9AttributeObject
Public NotInheritable Class Pkcs9DocumentDescription
Inherits Pkcs9AttributeObject
继承
Pkcs9DocumentDescription

构造函数

Pkcs9DocumentDescription()

Pkcs9DocumentDescription() 构造函数创建 Pkcs9DocumentDescription 类的实例。

Pkcs9DocumentDescription(Byte[])

Pkcs9DocumentDescription(Byte[]) 构造函数通过使用指定的字节值数组作为 CMS/PKCS #7 消息内容的已编码说明来创建 Pkcs9DocumentDescription 类的一个实例。

Pkcs9DocumentDescription(String)

Pkcs9DocumentDescription(String) 构造函数使用指定的 CMS/PKCS #7 消息内容的说明创建 Pkcs9DocumentDescription 类的一个实例。

属性

DocumentDescription

DocumentDescription 属性检索文档说明。

Oid

获取 Oid 对象,该对象表示与此 Pkcs9AttributeObject 对象相关联的特性类型。

(继承自 Pkcs9AttributeObject)
RawData

获取或设置以字节数组表示的 Abstract Syntax Notation One (ASN.1) 编码数据。

(继承自 AsnEncodedData)

方法

CopyFrom(AsnEncodedData)

AsnEncodedData 对象复制信息。

Equals(Object)

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

(继承自 Object)
Format(Boolean)

将 Abstract Syntax Notation One (ASN.1) 编码数据的格式化版本作为字符串返回。

(继承自 AsnEncodedData)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

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

(继承自 Object)

适用于

另请参阅