classe System::Security::Cryptography::CspParameters
CspParameters class
Paramètres du fournisseur de services cryptographiques. Les objets de cette classe ne doivent être alloués qu’en utilisant la fonction System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
class CspParameters : public System::Object
Méthodes
| Méthode | Description |
|---|---|
| CspParameters() | Constructeur. |
| CspParameters(int) | Constructeur. |
| CspParameters(int, const System::String&) | Constructeur. |
| CspParameters(int, const System::String&, const System::String&) | Constructeur. |
Voir aussi
- Class Object
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++