Pkcs9ContentType 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Pkcs9ContentType 类定义 CMS/PKCS #7 消息的内容类型。
public ref class Pkcs9ContentType sealed : System::Security::Cryptography::Pkcs::Pkcs9AttributeObject
public sealed class Pkcs9ContentType : System.Security.Cryptography.Pkcs.Pkcs9AttributeObject
type Pkcs9ContentType = class
inherit Pkcs9AttributeObject
Public NotInheritable Class Pkcs9ContentType
Inherits Pkcs9AttributeObject
- 继承
注解
Pkcs9ContentType每当CmsSigner.SignedAttributes相应签名者的属性不为空时,都会自动生成对象并将其放置在SignerInfo.SignedAttributes属性中。
构造函数
Pkcs9ContentType() |
Pkcs9ContentType() 构造函数创建 Pkcs9ContentType 类的实例。 |
属性
ContentType |
ContentType 属性获取一个包含内容类型的 Oid 对象。 |
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) |