refactor(TokenDescription): Nach RSAKey verschoben, um unter RSAPrivateKey definiert werden zu können

This commit is contained in:
Developer 02
2025-01-07 13:22:45 +01:00
parent b5cecac745
commit 09a31b5a3d
8 changed files with 31 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ namespace DigitalData.Core.Security.Config
{
public MappingProfile()
{
CreateMap<TokenDescription, SecurityTokenDescriptor>();
CreateMap<RSATokenDescriptor, SecurityTokenDescriptor>();
}
}
}