ECDsaCertificateExtensions.GetECDsaPublicKey(X509Certificate2) Methode

Definition

Ruft den öffentlichen Schlüssel ECDsa aus dem Zertifikat X509Certificate2 ab.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Security::Cryptography::ECDsa ^ GetECDsaPublicKey(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate);
public static System.Security.Cryptography.ECDsa? GetECDsaPublicKey (this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);
public static System.Security.Cryptography.ECDsa GetECDsaPublicKey (this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);
static member GetECDsaPublicKey : System.Security.Cryptography.X509Certificates.X509Certificate2 -> System.Security.Cryptography.ECDsa
<Extension()>
Public Function GetECDsaPublicKey (certificate As X509Certificate2) As ECDsa

Parameter

certificate
X509Certificate2

Das Zertifikat.

Gibt zurück

ECDsa

Der öffentliche Schlüssel oder null, wenn das Zertifikat keinen öffentlichen ECDsa-Schlüssel hat.

Ausnahmen

certificate ist null.

Das Handle ist ungültig.

Gilt für