Udostępnij za pośrednictwem


PublicKey.CreateFromSubjectPublicKeyInfo Metoda

Definicja

Tworzy nowe wystąpienie klasy PublicKey z klasy SubjectPublicKeyInfo X.509.

public:
 static System::Security::Cryptography::X509Certificates::PublicKey ^ CreateFromSubjectPublicKeyInfo(ReadOnlySpan<System::Byte> source, [Runtime::InteropServices::Out] int % bytesRead);
public static System.Security.Cryptography.X509Certificates.PublicKey CreateFromSubjectPublicKeyInfo (ReadOnlySpan<byte> source, out int bytesRead);
static member CreateFromSubjectPublicKeyInfo : ReadOnlySpan<byte> * int -> System.Security.Cryptography.X509Certificates.PublicKey
Public Shared Function CreateFromSubjectPublicKeyInfo (source As ReadOnlySpan(Of Byte), ByRef bytesRead As Integer) As PublicKey

Parametry

source
ReadOnlySpan<Byte>

Bajty struktury SubjectPublicKeyInfo X.509 w kodowaniu ASN.1-DER.

bytesRead
Int32

Gdy ta metoda zwraca wartość, zawiera wartość, która wskazuje liczbę bajtów odczytanych z klasy source. Ten parametr jest traktowany jako niezainicjowany.

Zwraca

PublicKey

Klucz publiczny reprezentujący SubjectPublicKeyInfo.

Wyjątki

Nie można zdekodować informacji SubjectPublicKeyInfo.

Dotyczy