Partager via


RSAEncryptionPadding.CreateOaep(HashAlgorithmName) Méthode

Définition

Crée une instance de RSAEncryptionPadding dont le Mode est Oaep avec l’algorithme de hachage donné.

public:
 static System::Security::Cryptography::RSAEncryptionPadding ^ CreateOaep(System::Security::Cryptography::HashAlgorithmName hashAlgorithm);
public static System.Security.Cryptography.RSAEncryptionPadding CreateOaep (System.Security.Cryptography.HashAlgorithmName hashAlgorithm);
static member CreateOaep : System.Security.Cryptography.HashAlgorithmName -> System.Security.Cryptography.RSAEncryptionPadding
Public Shared Function CreateOaep (hashAlgorithm As HashAlgorithmName) As RSAEncryptionPadding

Paramètres

hashAlgorithm
HashAlgorithmName

L'algorithme de hachage.

Retours

Un objet dont le mode est Mode est Oaep avec l’algorithme de hachage spécifié par hashAlgorithm.

Exceptions

La propriété Name de hashAlgorithm est null ou Empty.

S’applique à