C# Class SitecoreOwinFederator.Authenticator.MachineKeyProtector

MachineKey Protector, same implementation as internal machinekey protector.
Inheritance: IDataProtector
Afficher le fichier Open project: BasLijten/SitecoreFederatedLogin

Méthodes publiques

Méthode Description
Protect ( byte userData ) : byte[]
Unprotect ( byte protectedData ) : byte[]

Method Details

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[]