PropertiesDataFormat Clase

Definición

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)
Herencia
Herencia

Constructores

Nombre Description
PropertiesDataFormat(IDataProtector)

Inicializa una nueva instancia de la clase PropertiesDataFormat.

Métodos

Nombre Description
Protect(TData)

Protege el especificado data.

(Heredado de SecureDataFormat<TData>)
Protect(TData, String)

Protege el objeto especificado data para el especificado purpose.

(Heredado de SecureDataFormat<TData>)
Unprotect(String)

Desprotege el especificado protectedText.

(Heredado de SecureDataFormat<TData>)
Unprotect(String, String)

Desprotege el especificado protectedText mediante el especificado purpose.

(Heredado de SecureDataFormat<TData>)

Se aplica a