Partager via


AsymmetricAlgorithmNames.RsaOaepSha256 Propriété

Définition

Récupère une chaîne qui contient « RSA_OAEP_SHA256 ».

public:
 static property Platform::String ^ RsaOaepSha256 { Platform::String ^ get(); };
static winrt::hstring RsaOaepSha256();
public static string RsaOaepSha256 { get; }
var string = AsymmetricAlgorithmNames.rsaOaepSha256;
Public Shared ReadOnly Property RsaOaepSha256 As String

Valeur de propriété

String

Platform::String

winrt::hstring

Chaîne qui contient « RSA_OAEP_SHA256 ».

Remarques

Utilisez la chaîne récupérée par cette propriété pour définir le nom de l’algorithme asymétrique lorsque vous appelez la méthode OpenAlgorithm . La chaîne représente un algorithme RSA qui utilise le remplissage optimal du chiffrement asymétrique (OAEP) pour encoder ou padpader le texte en clair et un algorithme de hachage sécurisé (SHA) pour hacher le contenu du message avant la signature. La longueur du hachage SHA est de 256 bits.

S’applique à

Voir aussi