RSA.ExportRSAPrivateKey Methode

Definition

Exportiert den aktuellen Schlüssel im PKCS#1-RSAPrivateKey-Format.

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()

Gibt zurück

Byte[]

Ein Bytearray mit der PKCS#1-RSAPrivateKey-Darstellung dieses Schlüssels.

Ausnahmen

Der Schlüssel konnte nicht exportiert werden.

Gilt für

Siehe auch