PropertiesDataFormat Třída

Definice

Instance SecureDataFormat<TData> , která se má zabezpečit AuthenticationProperties.

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)
Dědičnost
Dědičnost

Konstruktory

PropertiesDataFormat(IDataProtector)

Inicializuje novou instanci .PropertiesDataFormat

Metody

Protect(TData)

Chrání zadanou .data

(Zděděno od SecureDataFormat<TData>)
Protect(TData, String)

Chrání zadané data pro zadané purpose.

(Zděděno od SecureDataFormat<TData>)
Unprotect(String)

Zruší ochranu zadaného protectedTextparametru .

(Zděděno od SecureDataFormat<TData>)
Unprotect(String, String)

Odemkne zadanou protectedText pomocí zadaného purposeparametru .

(Zděděno od SecureDataFormat<TData>)

Platí pro