refactor(IAsymmetricTokenDescriptor): Erforderliche Proportionen für SecurityTokenDescriptor-Zuordnung hinzugefügt.

This commit is contained in:
Developer 02
2025-01-09 19:16:56 +01:00
parent 60e1ec78b3
commit 8acbbaeb2e
2 changed files with 61 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
using DigitalData.Core.Abstractions.Security;
using Microsoft.IdentityModel.Tokens;
using System.Security.Cryptography;
namespace DigitalData.Core.Security.RSAKey
{