Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Déchiffre une chaine de caractères protégée.

Espace de nom : Developpez.Dotnet.Security
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)

Syntaxe

C#
public string UnprotectString(
	string protectedString
)
Visual Basic (Déclaration)
Public Function UnprotectString ( _
	protectedString As String _
) As String
Visual C++
public:
String^ UnprotectString(
	String^ protectedString
)

Paramètres

protectedString
Type: System..::..String
La chaine protégée à déchiffrer

Valeur de retour

La chaine déchiffrée

Voir aussi