AsymmetricAlgorithm.ExportPkcs8PrivateKey Método

Definição

Exporta a chave atual no formato PKCS#8 PrivateKeyInfo.

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

Devoluções

Byte[]

Um array de bytes contendo a representação PKCS#8 PrivateKeyInfo desta chave.

Exceções

A chave não pôde ser exportada.

Aplica-se a

Ver também