C# Class System.Security.Cryptography.AsymmetricKeyExchangeDeformatter

Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode Description
DecryptKeyExchange ( byte rgb ) : byte[]
SetKey ( AsymmetricAlgorithm key ) : void

Méthodes protégées

Méthode Description
AsymmetricKeyExchangeDeformatter ( ) : System.Runtime.InteropServices

Method Details

AsymmetricKeyExchangeDeformatter() protected méthode

protected AsymmetricKeyExchangeDeformatter ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices

DecryptKeyExchange() public abstract méthode

public abstract DecryptKeyExchange ( byte rgb ) : byte[]
rgb byte
Résultat byte[]

SetKey() public abstract méthode

public abstract SetKey ( AsymmetricAlgorithm key ) : void
key AsymmetricAlgorithm
Résultat void