C# Class System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter

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

Méthodes publiques

Méthode Description
CreateKeyExchange ( byte rgbData ) : byte[]
CreateKeyExchange ( byte rgbData, Type symAlgType ) : byte[]
RSAPKCS1KeyExchangeFormatter ( )
RSAPKCS1KeyExchangeFormatter ( AsymmetricAlgorithm key )
SetKey ( AsymmetricAlgorithm key ) : void

Method Details

CreateKeyExchange() public méthode

public CreateKeyExchange ( byte rgbData ) : byte[]
rgbData byte
Résultat byte[]

CreateKeyExchange() public méthode

public CreateKeyExchange ( byte rgbData, Type symAlgType ) : byte[]
rgbData byte
symAlgType Type
Résultat byte[]

RSAPKCS1KeyExchangeFormatter() public méthode

RSAPKCS1KeyExchangeFormatter() public méthode

public RSAPKCS1KeyExchangeFormatter ( AsymmetricAlgorithm key )
key AsymmetricAlgorithm

SetKey() public méthode

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