Partager via


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

Valeur de retour

Type : System.String
Retourne la chaîne chiffrée.

Exceptions

Exception Condition
CryptographicException

Le chiffrement a échoué.

Sécurité .NET Framework

Voir aussi

Référence

DataProtection Classe

Microsoft.VisualStudio.Data.Services, espace de noms