Mono Class Library: Overview

System.Security.Cryptography.AsymmetricKeyExchangeFormatter: Members

The members of System.Security.Cryptography.AsymmetricKeyExchangeFormatter are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Constructor, no idea why it is here (abstract class) :-)

Public Properties

[read-only]
abstract
Parametersstring. XML string containing the parameters of an asymmetric key exchange operation.

Public Methods

abstract
CreateKeyExchange(byte[]) : byte[]
Create encrypted key exchange data.
abstract
CreateKeyExchange(byte[], Type) : byte[]
Create encrypted key exchange data.
abstract
SetKey(AsymmetricAlgorithm)
Set the asymmetric key.