RSAPKCS1SHA256SignatureDescription.CreateDeformatter(AsymmetricAlgorithm) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an asymmetric signature deformatter instance that has the specified key.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
override System::Security::Cryptography::AsymmetricSignatureDeformatter ^ CreateDeformatter(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public override System.Security.Cryptography.AsymmetricSignatureDeformatter CreateDeformatter (System.Security.Cryptography.AsymmetricAlgorithm key);
override this.CreateDeformatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.AsymmetricSignatureDeformatter
Public Overrides Function CreateDeformatter (key As AsymmetricAlgorithm) As AsymmetricSignatureDeformatter
Parameters
The key to use in the deformatter.
Returns
An asymmetric signature deformatter object.