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 s ModeOaep 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
Hashovací algoritmus.
Návraty
Objekt, jehož režim je Mode , je Oaep s hashovacím algoritmem určeným nástrojem hashAlgorithm.