SecureDataFormat<TData> Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

serializer
IDataSerializer<TData>

Element IDataSerializer<TModel>.

protector
IDataProtector

Element IDataProtector.

Dotyczy