Pkcs9DocumentDescription コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Pkcs9DocumentDescription() |
Pkcs9DocumentDescription() コンストラクターは、 Pkcs9DocumentDescription クラスのインスタンスを作成します。 |
Pkcs9DocumentDescription(Byte[]) |
Pkcs9DocumentDescription(Byte[]) コンストラクターは、指定されたバイト値配列を CMS/PKCS #7 メッセージ コンテンツのエンコード済みの説明として使用し、Pkcs9DocumentDescription クラスのインスタンスを作成します。 |
Pkcs9DocumentDescription(String) |
Pkcs9DocumentDescription(String) コンストラクターは、CMS/PKCS #7 メッセージ コンテンツの説明を引数として受け取り、Pkcs9DocumentDescription クラスのインスタンスを作成します。 |
Pkcs9DocumentDescription()
Pkcs9DocumentDescription() コンストラクターは、 Pkcs9DocumentDescription クラスのインスタンスを作成します。
public:
Pkcs9DocumentDescription();
public Pkcs9DocumentDescription ();
Public Sub New ()
適用対象
Pkcs9DocumentDescription(Byte[])
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(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)
パラメーター
適用対象
.NET