Share via


RSAEncryptionPadding.CreateOaep(HashAlgorithmName) Yöntem

Tanım

Verilen karma algoritması ile olan ModeOaep yeni RSAEncryptionPadding bir örnek oluşturur.

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

Parametreler

hashAlgorithm
HashAlgorithmName

Karma algoritması.

Döndürülenler

modu ModeOaep tarafından hashAlgorithmbelirtilen karma algoritması ile olan bir nesne.

Özel durumlar

özelliği NamehashAlgorithm veya nullEmptyşeklindedir.

Şunlara uygulanır