Sdílet prostřednictvím


PropertiesDataFormat Třída

Definice

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 datahodnotu .

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

Chrání zadanou data hodnotu pro zadaný purposeparametr .

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

Zruší ochranu zadaného parametru protectedText.

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

Odemkne zadanou protectedText hodnotu pomocí zadaného purpose.

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

Platí pro