PublicKey.GetRSAPublicKey Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém a RSA chave pública, ou null se a chave não for uma chave RSA.
public:
System::Security::Cryptography::RSA ^ GetRSAPublicKey();
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public System.Security.Cryptography.RSA? GetRSAPublicKey();
public System.Security.Cryptography.RSA? GetRSAPublicKey();
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.GetRSAPublicKey : unit -> System.Security.Cryptography.RSA
member this.GetRSAPublicKey : unit -> System.Security.Cryptography.RSA
Public Function GetRSAPublicKey () As RSA
Devoluções
A chave pública, ou null se a chave não for uma chave RSA.
- Atributos
Exceções
Os conteúdos-chave estão corrompidos ou não conseguiram ser lidos com sucesso.