Share via


PropertiesDataFormat Class

 

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

Inheritance Hierarchy

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

Syntax

public class PropertiesDataFormat : SecureDataFormat<AuthenticationProperties>
public ref class PropertiesDataFormat : SecureDataFormat<AuthenticationProperties^>
type PropertiesDataFormat = 
    class
        inherit SecureDataFormat<AuthenticationProperties>
    end
Public Class PropertiesDataFormat
    Inherits SecureDataFormat(Of AuthenticationProperties)

Constructors

Name Description
System_CAPS_pubmethod PropertiesDataFormat(IDataProtector)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Protect(TData)

(Inherited from SecureDataFormat<TData>.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod Unprotect(String)

(Inherited from SecureDataFormat<TData>.)

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

Microsoft.Owin.Security.DataHandler Namespace

Return to top