RSAEncryptionPadding.CreateOaep(HashAlgorithmName) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立新的 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
所指定的雜湊演算法。