PropertiesDataFormat Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ein SecureDataFormat<TData> instance zum Sichern AuthenticationPropertiesvon .
public ref class PropertiesDataFormat : Microsoft::AspNetCore::Authentication::SecureDataFormat<Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^>
public ref class PropertiesDataFormat : Microsoft::AspNetCore::Authentication::SecureDataFormat<Microsoft::AspNetCore::Authentication::AuthenticationProperties ^>
public class PropertiesDataFormat : Microsoft.AspNetCore.Authentication.SecureDataFormat<Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties>
public class PropertiesDataFormat : Microsoft.AspNetCore.Authentication.SecureDataFormat<Microsoft.AspNetCore.Authentication.AuthenticationProperties>
type PropertiesDataFormat = class
inherit SecureDataFormat<AuthenticationProperties>
Public Class PropertiesDataFormat
Inherits SecureDataFormat(Of AuthenticationProperties)
- Vererbung
-
PropertiesDataFormat
- Vererbung
Konstruktoren
PropertiesDataFormat(IDataProtector) |
Initialisiert eine neue Instanz von PropertiesDataFormat. |
Methoden
Protect(TData) |
Schützt die angegebene |
Protect(TData, String) |
Schützt das |
Unprotect(String) |
Hebt den Schutz des angegebenen |
Unprotect(String, String) |
Hebt den Schutz des angegebenen |