Pkcs9DocumentName クラス

定義

Pkcs9DocumentName クラスは、CMS/PKCS #7 メッセージの名前を定義します。

public ref class Pkcs9DocumentName sealed : System::Security::Cryptography::Pkcs::Pkcs9AttributeObject
public sealed class Pkcs9DocumentName : System.Security.Cryptography.Pkcs.Pkcs9AttributeObject
type Pkcs9DocumentName = class
    inherit Pkcs9AttributeObject
Public NotInheritable Class Pkcs9DocumentName
Inherits Pkcs9AttributeObject
継承

コンストラクター

Pkcs9DocumentName()

Pkcs9DocumentName() コンストラクターは、 Pkcs9DocumentName クラスのインスタンスを作成します。

Pkcs9DocumentName(Byte[])

Pkcs9DocumentName(Byte[]) コンストラクターは、指定されたバイト値配列を CMS/PKCS #7 メッセージ コンテンツのエンコード済みの名前として使用し、Pkcs9DocumentName クラスのインスタンスを作成します。

Pkcs9DocumentName(String)

コンストラクターは Pkcs9DocumentName(String) 、CMS/PKCS #7 メッセージに指定した名前を使用して、 クラスのインスタンス Pkcs9DocumentName を作成します。

プロパティ

DocumentName

DocumentName プロパティは、ドキュメントの名前を取得します。

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)

適用対象

こちらもご覧ください