SecureDataFormat<TData> 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
Microsoft.Owin.Security.DataHandler.TicketDataFormat
Syntax
public class SecureDataFormat<TData> : ISecureDataFormat<TData>
generic<typename TData>
public ref class SecureDataFormat : ISecureDataFormat<TData>
type SecureDataFormat<'TData> =
class
interface ISecureDataFormat<'TData>
end
Public Class SecureDataFormat(Of TData)
Implements ISecureDataFormat(Of TData)
Type Parameters
- TData
Constructors
Name | Description | |
---|---|---|
![]() |
SecureDataFormat<TData>(IDataSerializer<TData>, IDataProtector, ITextEncoder) |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
Protect(TData) | |
![]() |
ToString() | (Inherited from Object.) |
![]() |
Unprotect(String) |
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