System::Security::Cryptography::AsymmetricSignatureDeformatter::SetKey method

AsymmetricSignatureDeformatter::SetKey method

Sets key to use with algorithm.

virtual void System::Security::Cryptography::AsymmetricSignatureDeformatter::SetKey(System::SharedPtr<AsymmetricAlgorithm> key)=0
ParameterTypeDescription
keySystem::SharedPtr<AsymmetricAlgorithm>Asymmetric algorithm that holds a key to use.

See Also