RSAEncryptionPadding.CreateOaep(HashAlgorithmName) 메서드

정의

지정된 해시 알고리즘을 사용하여 ModeOaepRSAEncryptionPadding 인스턴스를 만듭니다.

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에 의해 지정된 해시 알고리즘이 적용됩니다.

예외

hashAlgorithmName 속성이 null 또는 Empty인 경우

적용 대상