C# Class Microsoft.AspNet.SignalR.Infrastructure.DefaultProtectedData

Inheritance: IProtectedData
Mostra file Open project: SignalR/SignalR Class Usage Examples

Public Methods

Method Description
Protect ( string data, string purpose ) : string
Unprotect ( string protectedValue, string purpose ) : string

Method Details

Protect() public method

public Protect ( string data, string purpose ) : string
data string
purpose string
return string

Unprotect() public method

public Unprotect ( string protectedValue, string purpose ) : string
protectedValue string
purpose string
return string