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

取得或設定以位元組陣列表示的 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)

適用於

另請參閱