RSACertificateExtensions Classe
Definição
Fornece métodos de extensão para recuperar implementações RSA para as chaves públicas e privadas de um X509Certificate2.Provides extension methods for retrieving RSA implementations for the public and private keys of an X509Certificate2.
public ref class RSACertificateExtensions abstract sealed
public static class RSACertificateExtensions
type RSACertificateExtensions = class
Public Module RSACertificateExtensions
- Herança
-
RSACertificateExtensions
Métodos
| CopyWithPrivateKey(X509Certificate2, RSA) |
Combina uma chave privada com a chave pública de um certificado RSA para gerar um novo certificado RSA.Combines a private key with the public key of an RSA certificate to generate a new RSA certificate. |
| GetRSAPrivateKey(X509Certificate2) |
Obtém a chave privada RSA do X509Certificate2.Gets the RSA private key from the X509Certificate2. |
| GetRSAPublicKey(X509Certificate2) |
Obtém a chave pública RSA do X509Certificate2.Gets the RSA public key from the X509Certificate2. |