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

获取或设置字节数组中表示的抽象语法表示法一(ASN.1)编码的数据。

(继承自 AsnEncodedData)

方法

名称 说明
CopyFrom(AsnEncodedData)

AsnEncodedData 对象复制信息。

Equals(Object)

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

(继承自 Object)
Format(Boolean)

以字符串形式返回抽象语法表示法一(ASN.1)编码数据的格式化版本。

(继承自 AsnEncodedData)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
ToString()

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

(继承自 Object)

适用于

另请参阅