Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4
Namespace:  Microsoft.AspNet.SignalR.SystemWeb.Infrastructure
Assembly:  Microsoft.AspNet.SignalR.SystemWeb (in Microsoft.AspNet.SignalR.SystemWeb.dll)
Syntax
'Declaration
Public Function Unprotect ( _
    protectedValue As String, _
    purpose As String _
) As String
'Usage
Dim instance As MachineKeyProtectedData 
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)