PropertiesDataFormat Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Instancia SecureDataFormat<TData> de para proteger 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)
- Herencia
-
PropertiesDataFormat
- Herencia
Constructores
PropertiesDataFormat(IDataProtector) |
Inicializa una nueva instancia de la clase PropertiesDataFormat. |
Métodos
Protect(TData) |
Protege el especificado |
Protect(TData, String) |
Protege el objeto especificado |
Unprotect(String) |
Desprotege el especificado |
Unprotect(String, String) |
Desprotege el especificado |