C# Class System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter

Inheritance: AsymmetricKeyExchangeDeformatter
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

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

Method Details

DecryptKeyExchange() public méthode

public DecryptKeyExchange ( byte rgbIn ) : byte[]
rgbIn byte
Résultat byte[]

RSAPKCS1KeyExchangeDeformatter() public méthode

RSAPKCS1KeyExchangeDeformatter() public méthode

public RSAPKCS1KeyExchangeDeformatter ( AsymmetricAlgorithm key )
key AsymmetricAlgorithm

SetKey() public méthode

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