Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ISecureDataFormat<TData> Interface

 

Represents the data to secrure.

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

generic<typename TData>
public interface class ISecureDataFormat

Type Parameters

TData

The generic type data.

NameDescription
System_CAPS_pubmethodProtect(TData)

Protects a data so that it cannot be formatted.

System_CAPS_pubmethodUnprotect(String^)

Decrypts the data in a specified text.

Return to top
Show: