Create()

AsymmetricAlgorithm::Create() method

Creates a default algorithm. Not implemented.

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

Return Value

Algorithm object.

AsymmetricAlgorithm::Create(const String&) method

Creates algorithm by name. Not implemented.

static SharedPtr<AsymmetricAlgorithm> System::Security::Cryptography::AsymmetricAlgorithm::Create(const String &alg_name)

Arguments

ParameterTypeDescription
alg_nameconst String&Algorithm name.

Return Value

Algorithm object.

See Also