Partilhar via


SecureDataFormat<TData> Construtor

Definição

Inicializa uma nova instância de SecureDataFormat<TData>.

public:
 SecureDataFormat(Microsoft::AspNetCore::Authentication::IDataSerializer<TData> ^ serializer, Microsoft::AspNetCore::DataProtection::IDataProtector ^ protector);
public SecureDataFormat (Microsoft.AspNetCore.Authentication.IDataSerializer<TData> serializer, Microsoft.AspNetCore.DataProtection.IDataProtector protector);
new Microsoft.AspNetCore.Authentication.SecureDataFormat<'Data> : Microsoft.AspNetCore.Authentication.IDataSerializer<'Data> * Microsoft.AspNetCore.DataProtection.IDataProtector -> Microsoft.AspNetCore.Authentication.SecureDataFormat<'Data>
Public Sub New (serializer As IDataSerializer(Of TData), protector As IDataProtector)

Parâmetros

Aplica-se a