次の方法で共有


SecureDataFormat<TData> コンストラクター

定義

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)

パラメーター

適用対象