ISecureDataFormat<TData> Interface
Represents the data to secrure.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public interface ISecureDataFormat<TData>
generic<typename TData>
public interface class ISecureDataFormat
type ISecureDataFormat<'TData> = interface end
Public Interface ISecureDataFormat(Of TData)
Type Parameters
- TData
The generic type data.
Methods
Name | Description | |
---|---|---|
Protect(TData) | Protects a data so that it cannot be formatted. |
|
Unprotect(String) | Decrypts the data in a specified text. |
See Also
Microsoft.Owin.Security Namespace
Return to top