refactor(IAsymmetricKey): Id nullbar gemacht.

- Benennung der perm-Datei aktualisiert.
This commit is contained in:
Developer 02
2025-01-10 15:47:02 +01:00
parent 22040cf1e7
commit 39091ff5cf
4 changed files with 14 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
{
public interface IAsymmetricKey
{
string Id { get; }
string? Id { get; }
string Content { get; }
}