Pkcs9DocumentDescription 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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(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) |