RSA.ExportRSAPrivateKey Método

Definição

Exporta a chave atual no formato RSAPrivateKey do PKCS# nº 1.

public:
 virtual cli::array <System::Byte> ^ ExportRSAPrivateKey();
public virtual byte[] ExportRSAPrivateKey ();
abstract member ExportRSAPrivateKey : unit -> byte[]
override this.ExportRSAPrivateKey : unit -> byte[]
Public Overridable Function ExportRSAPrivateKey () As Byte()

Retornos

Byte[]

Uma matriz de bytes que contém a representação de RSAPrivateKey do PKCS nº 1 dessa chave.

Exceções

Não foi possível exportar a chave.

Aplica-se a

Confira também