AsymmetricKeyExchangeFormatter Constructor

Definition

Initializes a new instance of AsymmetricKeyExchangeFormatter.

protected:
 AsymmetricKeyExchangeFormatter();
public:
 AsymmetricKeyExchangeFormatter();
protected AsymmetricKeyExchangeFormatter ();
public AsymmetricKeyExchangeFormatter ();
Protected Sub New ()
Public Sub New ()

Remarks

You cannot create an instance of an abstract class. Application code will create a new instance of a derived class.

Use SetKey to set the key before calling CreateKeyExchange.

Applies to

See also