ECDiffieHellmanPublicKey 생성자

정의

오버로드

Name Description
ECDiffieHellmanPublicKey()

ECDiffieHellmanPublicKey 클래스의 새 인스턴스를 초기화합니다.

ECDiffieHellmanPublicKey(Byte[])
사용되지 않음.

ECDiffieHellmanPublicKey 클래스의 새 인스턴스를 초기화합니다.

ECDiffieHellmanPublicKey()

Source:
ECDiffieHellmanPublicKey.cs
Source:
ECDiffieHellmanPublicKey.cs
Source:
ECDiffieHellmanPublicKey.cs
Source:
ECDiffieHellmanPublicKey.cs
Source:
ECDiffieHellmanPublicKey.cs

ECDiffieHellmanPublicKey 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

ECDiffieHellmanPublicKey(Byte[])

Source:
ECDiffieHellmanPublicKey.cs
Source:
ECDiffieHellmanPublicKey.cs
Source:
ECDiffieHellmanPublicKey.cs
Source:
ECDiffieHellmanPublicKey.cs
Source:
ECDiffieHellmanPublicKey.cs

주의

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);
[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);
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}")>]
new System.Security.Cryptography.ECDiffieHellmanPublicKey : byte[] -> System.Security.Cryptography.ECDiffieHellmanPublicKey
new System.Security.Cryptography.ECDiffieHellmanPublicKey : byte[] -> System.Security.Cryptography.ECDiffieHellmanPublicKey
Protected Sub New (keyBlob As Byte())

매개 변수

keyBlob
Byte[]

개체를 나타내는 바이트 배열입니다 ECDiffieHellmanPublicKey .

특성

예외

keyBlobnull입니다.

설명

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

적용 대상