RSAEncryptionPadding.CreateOaep(HashAlgorithmName) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vytvoří novou RSAEncryptionPadding instanci, jejíž Mode je Oaep s daným hashovacím algoritmem.
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
Parametry
- hashAlgorithm
- HashAlgorithmName
Algoritmus hash.
Návraty
Objekt, jehož režim je ModeOaep s hashovacím algoritmem určeným hashAlgorithm.