PropertiesDataFormat Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Instance SecureDataFormat<TData> , která se má zabezpečit 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)
- Dědičnost
-
PropertiesDataFormat
- Dědičnost
Konstruktory
| PropertiesDataFormat(IDataProtector) |
Inicializuje novou instanci .PropertiesDataFormat |
Metody
| Protect(TData) |
Chrání zadanou . |
| Protect(TData, String) |
Chrání zadané |
| Unprotect(String) |
Zruší ochranu zadaného |
| Unprotect(String, String) |
Odemkne zadanou |