ECDiffieHellmanPublicKey Oluşturucular

Tanım

Aşırı Yüklemeler

ECDiffieHellmanPublicKey()

ECDiffieHellmanPublicKey sınıfının yeni bir örneğini başlatır.

ECDiffieHellmanPublicKey(Byte[])
Kullanımdan kalktı.

ECDiffieHellmanPublicKey sınıfının yeni bir örneğini başlatır.

ECDiffieHellmanPublicKey()

ECDiffieHellmanPublicKey sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

ECDiffieHellmanPublicKey(Byte[])

Dikkat

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

ECDiffieHellmanPublicKey sınıfının yeni bir örneğini başlatır.

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())

Parametreler

keyBlob
Byte[]

Bir nesneyi temsil eden bayt ECDiffieHellmanPublicKey dizisi.

Öznitelikler

Özel durumlar

keyBlob, null değeridir.

Açıklamalar

Bu oluşturucu, sınıfından türetilen sınıflar tarafından çağrılır ECDiffieHellmanPublicKey . sınıfı ECDiffieHellmanCngPublicKey şu anda desteklenen tek uygulamadır.

Şunlara uygulanır