DataProtection.DecryptString, méthode
Déchiffre une chaîne spécifiée.
Espace de noms : Microsoft.VisualStudio.Data
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)
Syntaxe
'Déclaration
Public Shared Function DecryptString ( _
s As String _
) As String
public static string DecryptString(
string s
)
public:
static String^ DecryptString(
String^ s
)
static member DecryptString :
s:string -> string
public static function DecryptString(
s : String
) : String
Paramètres
s
Type : StringUne chaîne chiffrée précédemment avec un appel à EncryptString.
Valeur de retour
Type : String
Retourne la chaîne décryptée.
Exceptions
Exception | Condition |
---|---|
FormatException | Le paramètre d' s n'est pas dans un format valide. |
CryptographicException | Le dé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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.