RSACertificateExtensions.GetRSAPublicKey(X509Certificate2) Metoda

Definicja

RSA Pobiera klucz publiczny z elementu X509Certificate2.

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

Parametry

certificate
X509Certificate2

Certyfikat.

Zwraca

RSA

Klucz publiczny lub null jeśli certyfikat nie ma klucza publicznego RSA.

Wyjątki

certificate to null.

System Windows zgłasza błąd. Message Aby uzyskać więcej informacji, zobacz właściwość .

Dotyczy