ECDiffieHellmanPublicKey コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 オブジェクトを表すバイト配列。
- 属性
例外
keyBlob
が null
です。
注釈
このコンストラクターは、 クラスから ECDiffieHellmanPublicKey 派生したクラスによって呼び出されます。 ECDiffieHellmanCngPublicKeyクラスは、現在サポートされている唯一の実装です。
適用対象
.NET