DataProtection.EncryptString, méthode
Chiffre une chaîne spécifiée.
Espace de noms : Microsoft.VisualStudio.Data.Services
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
Public Shared Function EncryptString ( _
s As String _
) As String
public static string EncryptString(
string s
)
public:
static String^ EncryptString(
String^ s
)
static member EncryptString :
s:string -> string
public static function EncryptString(
s : String
) : String
Paramètres
- s
Type : System.String
Une chaîne à chiffrer.
Valeur de retour
Type : System.String
Retourne la chaîne chiffrée.
Exceptions
Exception | Condition |
---|---|
CryptographicException | Le chiffrement a échoué. |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.