System::Security::Cryptography::SymmetricAlgorithm::Create methode
SymmetricAlgorithm::Create method
Maakt een algoritme‑instantie aan.
static SharedPtr<SymmetricAlgorithm> System::Security::Cryptography::SymmetricAlgorithm::Create(const String &algName)
| Parameter | Type | Beschrijving |
|---|---|---|
| algName | const String& | Moet “Rijndael”, “TripleDES” of “RC2” zijn. |
ReturnValue
Nieuw aangemaakt algoritme.
Zie ook
- Typedef SharedPtr
- Class SymmetricAlgorithm
- Class String
- Class SymmetricAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++