feat(AsymmetricPublicKey): zu Abstractions.Models hinzugefügt, um den Empfang öffentlicher Schlüssel zu behandeln.

- AsymmetricPublicKey-Liste mit dem Namen Public Keys zu IAuthClient hinzugefügt.
This commit is contained in:
Developer 02
2025-03-06 13:59:40 +01:00
parent fb486296f2
commit 8682f1f9e0
4 changed files with 30 additions and 3 deletions

View File

@@ -16,11 +16,20 @@
<PackageTags>Digital Data Auth Authorization Authentication Abstractions</PackageTags>
</PropertyGroup>
<ItemGroup>
<Compile Remove="PublicKey.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\nuget-package-icons\auth_icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="Models\AsymmetricPublicKey.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DigitalData.Core.Abstractions" Version="3.3.0" />
</ItemGroup>
</Project>