PublicKey.GetRSAPublicKey Método

Definição

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

RSA

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.

Aplica-se a