AsymmetricAlgorithmNames.RsaOaepSha512 Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère une chaîne qui contient « RSA_OAEP_SHA512 ».
public:
static property Platform::String ^ RsaOaepSha512 { Platform::String ^ get(); };
static winrt::hstring RsaOaepSha512();
public static string RsaOaepSha512 { get; }
var string = AsymmetricAlgorithmNames.rsaOaepSha512;
Public Shared ReadOnly Property RsaOaepSha512 As String
Valeur de propriété
Chaîne qui contient « RSA_OAEP_SHA512 ».
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 l’OAEP (Optimal Asymmetric Encryption Padding) pour encoder ou paginer 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 512 bits.