ECDiffieHellmanCngPublicKey.FromByteArray(Byte[], CngKeyBlobFormat) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Konwertuje tablicę bajtów zawierającą klucz publiczny na obiekt zgodnie z określonym formatem ECDiffieHellmanCngPublicKey .
public:
static System::Security::Cryptography::ECDiffieHellmanPublicKey ^ FromByteArray(cli::array <System::Byte> ^ publicKeyBlob, System::Security::Cryptography::CngKeyBlobFormat ^ format);
public static System.Security.Cryptography.ECDiffieHellmanPublicKey FromByteArray (byte[] publicKeyBlob, System.Security.Cryptography.CngKeyBlobFormat format);
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public static System.Security.Cryptography.ECDiffieHellmanPublicKey FromByteArray (byte[] publicKeyBlob, System.Security.Cryptography.CngKeyBlobFormat format);
[System.Security.SecurityCritical]
public static System.Security.Cryptography.ECDiffieHellmanPublicKey FromByteArray (byte[] publicKeyBlob, System.Security.Cryptography.CngKeyBlobFormat format);
static member FromByteArray : byte[] * System.Security.Cryptography.CngKeyBlobFormat -> System.Security.Cryptography.ECDiffieHellmanPublicKey
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
static member FromByteArray : byte[] * System.Security.Cryptography.CngKeyBlobFormat -> System.Security.Cryptography.ECDiffieHellmanPublicKey
[<System.Security.SecurityCritical>]
static member FromByteArray : byte[] * System.Security.Cryptography.CngKeyBlobFormat -> System.Security.Cryptography.ECDiffieHellmanPublicKey
Public Shared Function FromByteArray (publicKeyBlob As Byte(), format As CngKeyBlobFormat) As ECDiffieHellmanPublicKey
Parametry
- publicKeyBlob
- Byte[]
Tablica bajtów zawierająca klucz publiczny Diffie-Hellman krzywej eliptycznej (ECDH).
- format
- CngKeyBlobFormat
Obiekt, który określa format klucza BLOB.
Zwraca
Obiekt zawierający klucz publiczny ECDH serializowany w tablicy bajtów.
- Atrybuty
Wyjątki
Parametr publicKeyBlob
or format
to null
.
Parametr publicKeyBlob
nie zawiera ECDiffieHellman klucza.
Uwagi
Ta metoda statyczna jest współdzielona między wszystkimi ECDiffieHellmanCngPublicKey wystąpieniami.