4#include <system/array.h>
5#include <security/cryptography/csp_key_container_info.h>
7namespace System {
namespace Security {
namespace Cryptography {
20 ASPOSECPP_SHARED_RTTI_INFO_DECL();
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Asymmetric algorithm base class. Objects of this class should only be allocated using System::MakeObj...
Definition: i_csp_asymmetric_algorithm.h:14
virtual ByteArrayPtr ExportCspBlob(bool include_private_parameters)=0
Exports blob with key information.
virtual void ImportCspBlob(ByteArrayPtr raw_data)=0
Imports key information from data blob.
virtual SharedPtr< CspKeyContainerInfo > get_CspKeyContainerInfo()=0
Gets a CspKeyContainerInfo object.
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Definition: db_command.h:9