C# Class System.Security.Cryptography.AsymmetricKeyExchangeFormatter

Datei anzeigen Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
CreateKeyExchange ( byte data ) : byte[]
CreateKeyExchange ( byte data, Type symAlgType ) : byte[]
SetKey ( AsymmetricAlgorithm key ) : void

Protected Methods

Method Description
AsymmetricKeyExchangeFormatter ( ) : System.Runtime.InteropServices

Method Details

AsymmetricKeyExchangeFormatter() protected method

protected AsymmetricKeyExchangeFormatter ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

CreateKeyExchange() public abstract method

public abstract CreateKeyExchange ( byte data ) : byte[]
data byte
return byte[]

CreateKeyExchange() public abstract method

public abstract CreateKeyExchange ( byte data, Type symAlgType ) : byte[]
data byte
symAlgType System.Type
return byte[]

SetKey() public abstract method

public abstract SetKey ( AsymmetricAlgorithm key ) : void
key AsymmetricAlgorithm
return void