System::Security::Cryptography::SymmetricAlgorithm::Create method

SymmetricAlgorithm::Create method

Creates algorithm instance.

static SharedPtr<SymmetricAlgorithm> System::Security::Cryptography::SymmetricAlgorithm::Create(const String &algName)
ParameterTypeDescription
algNameconst String&Should be “Rijndael”, “TripleDES” or “RC2”.

ReturnValue

Newly created algorithm.

See Also