PropertiesDataFormat Klasse

Definition

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
Vererbung

Konstruktoren

PropertiesDataFormat(IDataProtector)

Initialisiert eine neue Instanz von PropertiesDataFormat.

Methoden

Protect(TData)

Schützt die angegebene data.

(Geerbt von SecureDataFormat<TData>)
Protect(TData, String)

Schützt das data für den angegebenen purpose.

(Geerbt von SecureDataFormat<TData>)
Unprotect(String)

Hebt den Schutz des angegebenen protectedTextauf.

(Geerbt von SecureDataFormat<TData>)
Unprotect(String, String)

Hebt den Schutz des angegebenen protectedText mithilfe des angegebenen purposeauf.

(Geerbt von SecureDataFormat<TData>)

Gilt für: