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

ASN.1 (Abstract Syntax Notation One) でエンコードされたデータをバイト配列表現で取得または設定します。

(継承元 AsnEncodedData)

メソッド

CopyFrom(AsnEncodedData)

AsnEncodedData オブジェクトの情報をコピーします。

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
Format(Boolean)

ASN.1 (Abstract Syntax Notation One) でエンコードされたデータを、文字列として書式設定して返します。

(継承元 AsnEncodedData)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください