C# Class SitecoreOwinFederator.Authenticator.MachineKeyProtector

MachineKey Protector, same implementation as internal machinekey protector.
Inheritance: IDataProtector
Datei anzeigen Open project: BasLijten/SitecoreFederatedLogin

Public Methods

Method Description
Protect ( byte userData ) : byte[]
Unprotect ( byte protectedData ) : byte[]

Method Details

Protect() public method

public Protect ( byte userData ) : byte[]
userData byte
return byte[]

Unprotect() public method

public Unprotect ( byte protectedData ) : byte[]
protectedData byte
return byte[]