Pkcs9DocumentName 类
定义
Pkcs9DocumentName 类定义 CMS/PKCS #7 消息的名称。The Pkcs9DocumentName class defines the name of a CMS/PKCS #7 message.
public ref class Pkcs9DocumentName sealed : System::Security::Cryptography::Pkcs::Pkcs9AttributeObject
public sealed class Pkcs9DocumentName : System.Security.Cryptography.Pkcs.Pkcs9AttributeObject
type Pkcs9DocumentName = class
inherit Pkcs9AttributeObject
Public NotInheritable Class Pkcs9DocumentName
Inherits Pkcs9AttributeObject
- 继承
构造函数
| Pkcs9DocumentName() |
Pkcs9DocumentName() 构造函数创建 Pkcs9DocumentName 类的实例。The Pkcs9DocumentName() constructor creates an instance of the Pkcs9DocumentName class. |
| Pkcs9DocumentName(Byte[]) |
Pkcs9DocumentName(Byte[]) 构造函数使用指定的字节值数组作为 CMS/PKCS #7 消息内容的编码名称,从而创建 Pkcs9DocumentName 类的实例。The Pkcs9DocumentName(Byte[]) constructor creates an instance of the Pkcs9DocumentName class by using the specified array of byte values as the encoded name of the content of a CMS/PKCS #7 message. |
| Pkcs9DocumentName(String) |
Pkcs9DocumentName(String) 构造函数通过使用 CMS/PKCS #7 消息的指定名称创建 Pkcs9DocumentName 类的实例。The Pkcs9DocumentName(String) constructor creates an instance of the Pkcs9DocumentName class by using the specified name for the CMS/PKCS #7 message. |
属性
| DocumentName |
DocumentName 属性检索文档名。The DocumentName property retrieves the document name. |
| Oid |
获取 Oid 对象,该对象表示与此 Pkcs9AttributeObject 对象相关联的特性类型。Gets an Oid object that represents the type of attribute associated with this Pkcs9AttributeObject object. (继承自 Pkcs9AttributeObject) |
| RawData |
获取或设置以字节数组表示的 Abstract Syntax Notation One (ASN.1) 编码数据。Gets or sets the Abstract Syntax Notation One (ASN.1)-encoded data represented in a byte array. (继承自 AsnEncodedData) |
方法
| CopyFrom(AsnEncodedData) |
从 AsnEncodedData 对象复制信息。Copies information from an AsnEncodedData object. |
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| Format(Boolean) |
将 Abstract Syntax Notation One (ASN.1) 编码数据的格式化版本作为字符串返回。Returns a formatted version of the Abstract Syntax Notation One (ASN.1)-encoded data as a string. (继承自 AsnEncodedData) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |