DefaultProtectedData.Unprotect Method
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Function Unprotect ( _
protectedValue As String, _
purpose As String _
) As String
'Usage
Dim instance As DefaultProtectedData
Dim protectedValue As String
Dim purpose As String
Dim returnValue As String
returnValue = instance.Unprotect(protectedValue, _
purpose)
public string Unprotect(
string protectedValue,
string purpose
)
public:
virtual String^ Unprotect(
String^ protectedValue,
String^ purpose
) sealed
abstract Unprotect :
protectedValue:string *
purpose:string -> string
override Unprotect :
protectedValue:string *
purpose:string -> string
public final function Unprotect(
protectedValue : String,
purpose : String
) : String
Parameters
- protectedValue
Type: System.String
- purpose
Type: System.String
Return Value
Type: System.String
Returns String.
Implements
IProtectedData.Unprotect(String, String)