Share via


ISecureDataFormat<TData>.Unprotect Method

Decrypts the data in a specified text.

Namespace:  Microsoft.Owin.Security
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

'Declaration
Function Unprotect ( _
    protectedText As String _
) As TData
'Usage
Dim instance As ISecureDataFormat 
Dim protectedText As String 
Dim returnValue As TData

returnValue = instance.Unprotect(protectedText)
TData Unprotect(
    string protectedText
)
TData Unprotect(
    String^ protectedText
)
abstract Unprotect : 
        protectedText:string -> 'TData 
function Unprotect(
    protectedText : String
) : TData

Parameters

Return Value

Type: TData
The data to decrypt.

See Also

Reference

ISecureDataFormat<TData> Interface

Microsoft.Owin.Security Namespace