Aracılığıyla paylaş


PropertiesDataFormat Sınıf

Tanım

SecureDataFormat<TData> güvenliğini AuthenticationPropertiessağlamak için bir örnek.

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

Oluşturucular

PropertiesDataFormat(IDataProtector)

yeni bir örneğini PropertiesDataFormatbaşlatır.

Yöntemler

Protect(TData)

Belirtilen dataöğesini korur.

(Devralındığı yer: SecureDataFormat<TData>)
Protect(TData, String)

Belirtilen için belirtilen datapurposeöğesini korur.

(Devralındığı yer: SecureDataFormat<TData>)
Unprotect(String)

Belirtilen protectedTextöğesinin korumasını kaldırıyor.

(Devralındığı yer: SecureDataFormat<TData>)
Unprotect(String, String)

Belirtilen öğesini kullanarak belirtilen protectedText öğesinin korumasını kaldırıyor purpose.

(Devralındığı yer: SecureDataFormat<TData>)

Şunlara uygulanır