Share via


ISecureDataFormat<TData> Interface

Represents the data to secrure.

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

Syntax

'Declaration
Public Interface ISecureDataFormat(Of TData)
'Usage
Dim instance As ISecureDataFormat(Of TData)
public interface ISecureDataFormat<TData>
generic<typename TData>
public interface class ISecureDataFormat
type ISecureDataFormat<'TData> =  interface end
JScript does not support generic types and methods.

Type Parameters

  • TData
    The generic type data.

The ISecureDataFormat<TData> type exposes the following members.

Methods

  Name Description
Public method Protect Protects a data so that it cannot be formatted.
Public method Unprotect Decrypts the data in a specified text.

Top

See Also

Reference

Microsoft.Owin.Security Namespace