PropertiesDataFormat Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
SecureDataFormat<TData> Istanza di per proteggere 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)
- Ereditarietà
-
PropertiesDataFormat
- Ereditarietà
Costruttori
PropertiesDataFormat(IDataProtector) |
Inizializza una nuova istanza di PropertiesDataFormat. |
Metodi
Protect(TData) |
Protegge l'oggetto specificato |
Protect(TData, String) |
Protegge l'oggetto specificato per l'oggetto specificato |
Unprotect(String) |
Annulla la protezione dell'oggetto specificato |
Unprotect(String, String) |
Annulla la protezione dell'oggetto specificato usando l'oggetto specificato |