RSAPKCS1SHA256SignatureDescription.CreateDeformatter(AsymmetricAlgorithm) Method

Definition

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

key
AsymmetricAlgorithm

The key to use in the deformatter.

Returns

AsymmetricSignatureDeformatter

An asymmetric signature deformatter object.

Applies to