AsymmetricKeyExchangeFormatter Constructor

Definition

Initializes a new instance of AsymmetricKeyExchangeFormatter.

public:
 AsymmetricKeyExchangeFormatter();
protected:
 AsymmetricKeyExchangeFormatter();
public AsymmetricKeyExchangeFormatter();
protected AsymmetricKeyExchangeFormatter();
Public Sub New ()
Protected 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