AsymmetricAlgorithm.ExportPkcs8PrivateKey Methode

Definition

Exportiert den aktuellen Schlüssel im Format „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()

Gibt zurück

Byte[]

Ein Bytearray mit der „PKCS#8 PrivateKeyInfo“-Darstellung dieses Schlüssels.

Ausnahmen

Der Schlüssel konnte nicht exportiert werden.

Gilt für

Siehe auch