C# Class ReviewR.Web.Facts.Services.TokenServiceFacts.TestableTokenService

Inheritance: ReviewR.Web.Services.TokenService
Show file Open project: anurse/ReviewR

Protected Methods

Method Description
Protect ( byte data, string purpose ) : string
Unprotect ( string encoded, string purpose ) : byte[]

Method Details

Protect() protected method

protected Protect ( byte data, string purpose ) : string
data byte
purpose string
return string

Unprotect() protected method

protected Unprotect ( string encoded, string purpose ) : byte[]
encoded string
purpose string
return byte[]