System::Security::Cryptography::RSAPKCS1SignatureDeformatter::SetKey method

RSAPKCS1SignatureDeformatter::SetKey method

Sets key value. Not implemented.

virtual void System::Security::Cryptography::RSAPKCS1SignatureDeformatter::SetKey(System::SharedPtr<AsymmetricAlgorithm> key) override
ParameterTypeDescription
keySystem::SharedPtr<AsymmetricAlgorithm>Algorithm to extract key from.

See Also