RSAEncryptionPadding.CreateOaep(HashAlgorithmName) Метод

Определение

Создает новый экземпляр RSAEncryptionPadding, у которого Mode — Oaep с указанным хэш-алгоритмом.

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

Параметры

hashAlgorithm
HashAlgorithmName

Хэш-алгоритм.

Возвращаемое значение

Объект, чей режим Mode — Oaep с хэш-алгоритмом, заданным hashAlgorithm.

Исключения

Свойство Name класса hashAlgorithm имеет значение null или Empty.

Применяется к