Pkcs9DocumentDescription コンストラクター

定義

オーバーロード

Pkcs9DocumentDescription()

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

Pkcs9DocumentDescription(Byte[])

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

Pkcs9DocumentDescription(String)

Pkcs9DocumentDescription(String) コンストラクターは、CMS/PKCS #7 メッセージ コンテンツの説明を引数として受け取り、Pkcs9DocumentDescription クラスのインスタンスを作成します。

Pkcs9DocumentDescription()

ソース:
Pkcs9DocumentDescription.cs
ソース:
Pkcs9DocumentDescription.cs
ソース:
Pkcs9DocumentDescription.cs

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

public:
 Pkcs9DocumentDescription();
public Pkcs9DocumentDescription ();
Public Sub New ()

適用対象

Pkcs9DocumentDescription(Byte[])

ソース:
Pkcs9DocumentDescription.cs
ソース:
Pkcs9DocumentDescription.cs
ソース:
Pkcs9DocumentDescription.cs

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

public:
 Pkcs9DocumentDescription(cli::array <System::Byte> ^ encodedDocumentDescription);
public Pkcs9DocumentDescription (byte[] encodedDocumentDescription);
new System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription : byte[] -> System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription
Public Sub New (encodedDocumentDescription As Byte())

パラメーター

encodedDocumentDescription
Byte[]

CMS/PKCS #7 メッセージのエンコード済みの説明を指定するバイト値配列。

適用対象

Pkcs9DocumentDescription(String)

ソース:
Pkcs9DocumentDescription.cs
ソース:
Pkcs9DocumentDescription.cs
ソース:
Pkcs9DocumentDescription.cs

Pkcs9DocumentDescription(String) コンストラクターは、CMS/PKCS #7 メッセージ コンテンツの説明を引数として受け取り、Pkcs9DocumentDescription クラスのインスタンスを作成します。

public:
 Pkcs9DocumentDescription(System::String ^ documentDescription);
public Pkcs9DocumentDescription (string documentDescription);
new System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription : string -> System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription
Public Sub New (documentDescription As String)

パラメーター

documentDescription
String

CMS/PKCS #7 メッセージの説明を指定する String クラスのインスタンス。

適用対象