C# Class BusinessLogic.Logic.Security.MachineKeyDataProtector

Inheritance: IDataProtector
Afficher le fichier Open project: NemeStats/NemeStats

Méthodes publiques

Méthode Description
MachineKeyDataProtector ( string purposes ) : System.Web.Security
Protect ( byte userData ) : byte[]
Unprotect ( byte protectedData ) : byte[]

Method Details

MachineKeyDataProtector() public méthode

public MachineKeyDataProtector ( string purposes ) : System.Web.Security
purposes string
Résultat System.Web.Security

Protect() public méthode

public Protect ( byte userData ) : byte[]
userData byte
Résultat byte[]

Unprotect() public méthode

public Unprotect ( byte protectedData ) : byte[]
protectedData byte
Résultat byte[]