SecureDataFormat<TData> Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz von 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)
Parameter
- serializer
- IDataSerializer<TData>
- protector
- IDataProtector
Die IDataProtector.