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