Create()

SymmetricAlgorithm::Create(const String&) method

Creates algorithm instance.

static SharedPtr<SymmetricAlgorithm> System::Security::Cryptography::SymmetricAlgorithm::Create(const String &algName)

Arguments

ParameterTypeDescription
algNameconst String&Should be "Rijndael", "TripleDES" or "RC2".

Return Value

Newly created algorithm.

See Also