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

バイト配列で表される抽象構文表記 1 (ASN.1) でエンコードされたデータを取得または設定します。

(継承元 AsnEncodedData)

メソッド

名前 説明
CopyFrom(AsnEncodedData)

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

Equals(Object)

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

(継承元 Object)
Format(Boolean)

抽象構文表記 1 (ASN.1) でエンコードされたデータの書式設定されたバージョンを文字列として返します。

(継承元 AsnEncodedData)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象

こちらもご覧ください