ISecureDataFormat<TData>.Unprotect Method (String)
Decrypts the data in a specified text.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
TData Unprotect(
string protectedText
)
TData Unprotect(
String^ protectedText
)
abstract Unprotect :
protectedText:string -> 'TData
Function Unprotect (
protectedText As String
) As TData
Parameters
protectedText
Type: System.StringThe protected text.
Return Value
Type: TData
The data to decrypt.
See Also
ISecureDataFormat<TData> Interface
Microsoft.Owin.Security Namespace
Return to top