ISecureDataFormat<TData> Interface¶
- Namespace
Microsoft.AspNetCore.Authentication
- Assemblies
- Microsoft.AspNetCore.Authentication
Syntax¶
public interface ISecureDataFormat<TData>
-
interface
Microsoft.AspNetCore.Authentication.
ISecureDataFormat<TData>
¶
Methods¶
-
Protect
(TData)¶ Return type: System.String string Protect(TData data)
-
Protect
(TData, System.String) Return type: System.String string Protect(TData data, string purpose)
-
Unprotect
(System.String)¶ Return type: TData TData Unprotect(string protectedText)
-
Unprotect
(System.String, System.String) Return type: TData TData Unprotect(string protectedText, string purpose)
-