ECDiffieHellmanPublicKey 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ECDiffieHellmanPublicKey() |
ECDiffieHellmanPublicKey 클래스의 새 인스턴스를 초기화합니다. |
ECDiffieHellmanPublicKey(Byte[]) |
사용되지 않음.
ECDiffieHellmanPublicKey 클래스의 새 인스턴스를 초기화합니다. |
ECDiffieHellmanPublicKey()
- 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
주의
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