ContentInfo.ContentType 属性

定义

ContentType 属性检索 Oid 对象,该对象包含 CMS/PKCS #7 消息内部内容的内容类型的 object identifier (OID)。

public:
 property System::Security::Cryptography::Oid ^ ContentType { System::Security::Cryptography::Oid ^ get(); };
public System.Security.Cryptography.Oid ContentType { get; }
member this.ContentType : System.Security.Cryptography.Oid
Public ReadOnly Property ContentType As Oid

属性值

Oid

一个 Oid 对象,包含表示内容类型的 OID 值。

适用于

另请参阅