AsymmetricKeyExchangeFormatter.SetKey(AsymmetricAlgorithm) Method

Definition

When overridden in a derived class, sets the public key to use for encrypting the secret information.

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 the implementation of AsymmetricAlgorithm that holds the public key.

Remarks

You must set a key before calling a CreateKeyExchange implementation.

Applies to

See also