2#ifndef _security_cryptography_csp_parameters_h_
3#define _security_cryptography_csp_parameters_h_
5#include <system/string.h>
6#include <system/object.h>
8namespace System {
namespace Security {
namespace Cryptography {
21 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
Parameters of Cryptographic Service Provider. Objects of this class should only be allocated using Sy...
Definition: csp_parameters.h:15
System::String KeyContainerName
Container's name.
Definition: csp_parameters.h:25
CspParameters()
Constructor.
int ProviderType
CSP type.
Definition: csp_parameters.h:31
int KeyNumber
Specifies whether asymmetric key is signature key or exchange key.
Definition: csp_parameters.h:27
CspParameters(int dwTypeIn, const System::String &strProviderNameIn)
Constructor.
CspParameters(int dwTypeIn, const System::String &strProviderNameIn, const System::String &strContainerNameIn)
Constructor.
System::String ProviderName
CSP name.
Definition: csp_parameters.h:29
CspParameters(int dwTypeIn)
Constructor.
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Definition: db_command.h:9