SecureDataFormat<TData> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An implementation for ISecureDataFormat<TData>.
generic <typename TData>
public ref class SecureDataFormat : Microsoft::AspNetCore::Authentication::ISecureDataFormat<TData>
public class SecureDataFormat<TData> : Microsoft.AspNetCore.Authentication.ISecureDataFormat<TData>
type SecureDataFormat<'Data> = class
interface ISecureDataFormat<'Data>
Public Class SecureDataFormat(Of TData)
Implements ISecureDataFormat(Of TData)
Type Parameters
- TData
- Inheritance
-
SecureDataFormat<TData>
- Derived
- Implements
Constructors
SecureDataFormat<TData>(IDataSerializer<TData>, IDataProtector) |
Initializes a new instance of SecureDataFormat<TData>. |
Methods
Protect(TData, String) |
Protects the specified |
Protect(TData) |
Protects the specified |
Unprotect(String, String) |
Unprotects the specified |
Unprotect(String) |
Unprotects the specified |