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)

매개 변수

적용 대상