다음을 통해 공유


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 개체를 나타내는 바이트 배열입니다.

특성

예외

keyBlob이(가) null인 경우

설명

이 생성자는 클래스에서 파생된 클래스에 ECDiffieHellmanPublicKey 의해 호출됩니다. ECDiffieHellmanCngPublicKey 클래스는 현재 지원되는 유일한 구현입니다.

적용 대상