C# Class System.Security.Cryptography.AsymmetricKeyExchangeDeformatter

Datei anzeigen Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
DecryptKeyExchange ( byte rgb ) : byte[]
SetKey ( AsymmetricAlgorithm key ) : void

Protected Methods

Method Description
AsymmetricKeyExchangeDeformatter ( ) : System.Runtime.InteropServices

Method Details

AsymmetricKeyExchangeDeformatter() protected method

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

DecryptKeyExchange() public abstract method

public abstract DecryptKeyExchange ( byte rgb ) : byte[]
rgb byte
return byte[]

SetKey() public abstract method

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