EncryptionUtility.EncryptTextByCertFile(String, String, String) Méthode
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.
Chiffrez la chaîne de texte avec un certificat X509 dans un fichier.
public static string EncryptTextByCertFile(string textToEncrypt, string certFileName, string algorithmOid);
static member EncryptTextByCertFile : string * string * string -> string
Public Shared Function EncryptTextByCertFile (textToEncrypt As String, certFileName As String, algorithmOid As String) As String
Paramètres
- textToEncrypt
- String
Texte à chiffrer.
- certFileName
- String
Chemin du fichier de certificat de chiffrement.
- algorithmOid
- String
Identificateur d’objet de l’algorithme de chiffrement (OID).
Retours
Texte chiffré sous la forme String.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET