AsymmetricAlgorithmNames.RsaPkcs1 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_PKCS1 ».
public:
static property Platform::String ^ RsaPkcs1 { Platform::String ^ get(); };
static winrt::hstring RsaPkcs1();
public static string RsaPkcs1 { get; }
var string = AsymmetricAlgorithmNames.rsaPkcs1;
Public Shared ReadOnly Property RsaPkcs1 As String
Valeur de propriété
Chaîne qui contient « RSA_PKCS1 ».
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 de clé publique RSA qui utilise PKCS1 pour afficher le texte en clair. Aucun algorithme de hachage n’est utilisé.