System::Security::Cryptography::RSACryptoServiceProvider::ExportCspBlob Methode

RSACryptoServiceProvider::ExportCspBlob method

Exportiert ein Blob mit Informationen zum Schlüssel. Nicht implementiert.

ByteArrayPtr System::Security::Cryptography::RSACryptoServiceProvider::ExportCspBlob(bool include_private_parameters) override
ParameterTypBeschreibung
include_private_parametersboolGibt an, ob private Schlüsselparameter im Blob enthalten sein sollen.

ReturnValue

Blob mit Schlüsselinformationen.

Siehe auch