PropertiesDataFormat Classe

Definição

Uma SecureDataFormat<TData> instância 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)
Herança
Herança

Construtores

PropertiesDataFormat(IDataProtector)

Inicializa uma nova instância de PropertiesDataFormat.

Métodos

Protect(TData)

Protege o especificado data.

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

Protege o especificado data para o especificado purpose.

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

Desprotege o especificado protectedText.

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

Desprotege o especificado protectedText usando o especificado purpose.

(Herdado de SecureDataFormat<TData>)

Aplica-se a