Aracılığıyla paylaş


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 Mode tarafından hashAlgorithmbelirtilen karma algoritması ile olan Oaep bir nesne.

Özel durumlar

özelliği NamehashAlgorithm veya nullEmptyşeklindedir.

Şunlara uygulanır