SetKey()

RSAPKCS1SignatureFormatter::SetKey(System::SharedPtr<AsymmetricAlgorithm>) method

Sets key value. Not implemented.

virtual void System::Security::Cryptography::RSAPKCS1SignatureFormatter::SetKey(System::SharedPtr<AsymmetricAlgorithm> key) override

Arguments

ParameterTypeDescription
keySystem::SharedPtr<AsymmetricAlgorithm>Algorithm to extract key from.

See Also