DefaultProtectedData::Unprotect Method

.NET Framework 4.5

Namespace:  Microsoft.AspNet.SignalR.Infrastructure
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public:
virtual String^ Unprotect(
	String^ protectedValue, 
	String^ purpose
) sealed

Parameters

protectedValue
Type: System::String
purpose
Type: System::String

Return Value

Type: System::String
Returns String.

Implements

IProtectedData::Unprotect(String, String)
Show: