RSAEncryptionPadding.CreateOaep(HashAlgorithmName) メソッド

定義

Mode が指定されたハッシュ アルゴリズムで Oaep された、新しい RSAEncryptionPadding インスタンスを作成します。

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 であるオブジェクトは、hashAlgorithm によって指定されたハッシュ アルゴリズムを含む Oaep です。

例外

hashAlgorithmName プロパティは null または Empty のいずれかです。

適用対象