PropertiesDataFormat Класс

Определение

Экземпляр SecureDataFormat<TData> для защиты 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)
Наследование
Наследование

Конструкторы

PropertiesDataFormat(IDataProtector)

Инициализирует новый экземпляр PropertiesDataFormat.

Методы

Protect(TData)

Защищает указанный dataобъект .

(Унаследовано от SecureDataFormat<TData>)
Protect(TData, String)

Защищает указанный data объект для указанного purposeобъекта .

(Унаследовано от SecureDataFormat<TData>)
Unprotect(String)

Отменяет защиту указанного объекта protectedText.

(Унаследовано от SecureDataFormat<TData>)
Unprotect(String, String)

Отменяет защиту указанного protectedText объекта с помощью указанного purpose.

(Унаследовано от SecureDataFormat<TData>)

Применяется к