System::Security::Cryptography::AsymmetricAlgorithm::Create method

AsymmetricAlgorithm::Create() method

Creates a default algorithm. Not implemented.

static SharedPtr<AsymmetricAlgorithm> System::Security::Cryptography::AsymmetricAlgorithm::Create()

ReturnValue

Algorithm object.

See Also

AsymmetricAlgorithm::Create(const String&) method

Creates algorithm by name. Not implemented.

static SharedPtr<AsymmetricAlgorithm> System::Security::Cryptography::AsymmetricAlgorithm::Create(const String &alg_name)
ParameterTypeDescription
alg_nameconst String&Algorithm name.

ReturnValue

Algorithm object.

See Also