AsymmetricSignatureDeformatter.SetKey(AsymmetricAlgorithm) Method

Definition

When overridden in a derived class, sets the public key to use for verifying the signature.

public:
 abstract void SetKey(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public abstract void SetKey (System.Security.Cryptography.AsymmetricAlgorithm key);
abstract member SetKey : System.Security.Cryptography.AsymmetricAlgorithm -> unit
Public MustOverride Sub SetKey (key As AsymmetricAlgorithm)

Parameters

key
AsymmetricAlgorithm

The instance of an implementation of AsymmetricAlgorithm that holds the public key.

Remarks

You must set a key before calling an implementation of VerifySignature.

Applies to

See also