RSA.ExportRSAPrivateKey Metoda

Definice

Exportuje aktuální klíč ve formátu PKCS#1 RSAPrivateKey.

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

Návraty

Byte[]

Bajtové pole obsahující reprezentaci klíče PKCS#1 RSAPrivateKey.

Výjimky

Klíč nelze exportovat.

Platí pro

Viz také