C# Class System.Security.Cryptography.X509Certificates.RSACertificateExtensions

Provides extension methods for retrieving RSA implementations for the public and private keys of a X509Certificate2.
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
GetRSAPrivateKey ( this certificate ) : System.Security.Cryptography.RSA
GetRSAPublicKey ( this certificate ) : System.Security.Cryptography.RSA

Method Details

GetRSAPrivateKey() public static méthode

public static GetRSAPrivateKey ( this certificate ) : System.Security.Cryptography.RSA
certificate this
Résultat System.Security.Cryptography.RSA

GetRSAPublicKey() public static méthode

public static GetRSAPublicKey ( this certificate ) : System.Security.Cryptography.RSA
certificate this
Résultat System.Security.Cryptography.RSA