Pkcs9ContentType.ContentType 属性

定义

ContentType 属性获取一个包含内容类型的 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 包含内容类型的对象。

适用于