PropertiesDataFormat Class

Definition

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

Constructors

PropertiesDataFormat(IDataProtector)

Initializes a new instance of PropertiesDataFormat.

Methods

Protect(TData)

Protects the specified data.

(Inherited from SecureDataFormat<TData>)
Protect(TData, String)

Protects the specified data for the specified purpose.

(Inherited from SecureDataFormat<TData>)
Unprotect(String)

Unprotects the specified protectedText.

(Inherited from SecureDataFormat<TData>)
Unprotect(String, String)

Unprotects the specified protectedText using the specified purpose.

(Inherited from SecureDataFormat<TData>)

Applies to