SecureDataFormat<TData> Class

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.DataHandler.SecureDataFormat<TData>
    Microsoft.Owin.Security.DataHandler.PropertiesDataFormat
    Microsoft.Owin.Security.DataHandler.TicketDataFormat

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

Syntax

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

Type Parameters

  • TData

The SecureDataFormat<TData> type exposes the following members.

Constructors

  Name Description
Public method SecureDataFormat<TData>

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Protect
Public method ToString (Inherited from Object.)
Public method Unprotect

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Owin.Security.DataHandler Namespace