PropertiesDataFormat 类

定义

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>)

适用于