DSASignatureDeformatter.SetKey(AsymmetricAlgorithm) Method

Definition

Specifies the key to be used for the Digital Signature Algorithm (DSA) signature deformatter.

public:
 override void SetKey(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public override void SetKey (System.Security.Cryptography.AsymmetricAlgorithm key);
override this.SetKey : System.Security.Cryptography.AsymmetricAlgorithm -> unit
Public Overrides Sub SetKey (key As AsymmetricAlgorithm)

Parameters

key
AsymmetricAlgorithm

The instance of DSA that holds the key.

Exceptions

key is null.

Applies to

See also