C# Class Microsoft.AspNet.SignalR.Stress.EmptyProtectedData

Inheritance: IProtectedData
ファイルを表示 Open project: SignalR/SignalR

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