ECDiffieHellmanPublicKey コンストラクター

定義

オーバーロード

ECDiffieHellmanPublicKey()

ECDiffieHellmanPublicKey クラスの新しいインスタンスを初期化します。

ECDiffieHellmanPublicKey(Byte[])
互換性のために残されています。

ECDiffieHellmanPublicKey クラスの新しいインスタンスを初期化します。

ECDiffieHellmanPublicKey()

ECDiffieHellmanPublicKey クラスの新しいインスタンスを初期化します。

protected:
 ECDiffieHellmanPublicKey();
protected ECDiffieHellmanPublicKey ();
Protected Sub New ()

適用対象

ECDiffieHellmanPublicKey(Byte[])

注意事項

ECDiffieHellmanPublicKey.ToByteArray() and the associated constructor do not have a consistent and interoperable implementation on all platforms. Use ECDiffieHellmanPublicKey.ExportSubjectPublicKeyInfo() instead.

ECDiffieHellmanPublicKey クラスの新しいインスタンスを初期化します。

protected:
 ECDiffieHellmanPublicKey(cli::array <System::Byte> ^ keyBlob);
protected ECDiffieHellmanPublicKey (byte[] keyBlob);
[System.Obsolete("ECDiffieHellmanPublicKey.ToByteArray() and the associated constructor do not have a consistent and interoperable implementation on all platforms. Use ECDiffieHellmanPublicKey.ExportSubjectPublicKeyInfo() instead.", DiagnosticId="SYSLIB0043", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected ECDiffieHellmanPublicKey (byte[] keyBlob);
new System.Security.Cryptography.ECDiffieHellmanPublicKey : byte[] -> System.Security.Cryptography.ECDiffieHellmanPublicKey
[<System.Obsolete("ECDiffieHellmanPublicKey.ToByteArray() and the associated constructor do not have a consistent and interoperable implementation on all platforms. Use ECDiffieHellmanPublicKey.ExportSubjectPublicKeyInfo() instead.", DiagnosticId="SYSLIB0043", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Security.Cryptography.ECDiffieHellmanPublicKey : byte[] -> System.Security.Cryptography.ECDiffieHellmanPublicKey
Protected Sub New (keyBlob As Byte())

パラメーター

keyBlob
Byte[]

ECDiffieHellmanPublicKey オブジェクトを表すバイト配列。

属性

例外

keyBlobnullです。

注釈

このコンストラクターは、クラスから ECDiffieHellmanPublicKey 派生したクラスによって呼び出されます。 この ECDiffieHellmanCngPublicKey クラスは、現在サポートされている唯一の実装です。

適用対象