feat(AuthClient): implementierte Methode PublicKeys.get
- GetAllPublicKeysAsync Methode hinzugefügt, um GetPublicKeyAsync Methode für jeden öffentlichen Schlüssel aufzurufen. - Aktualisiert, um GetAllPublicKeysAsync Methode nach erfolgreichem Start und Wiederverbindung aufzurufen
This commit is contained in:
@@ -10,5 +10,5 @@ public class AsymmetricPublicKey : IUniqueSecurityContext, IAsymmetricPublicKey
|
||||
|
||||
public string? Id { get; init; }
|
||||
|
||||
public string Content { get; protected set; } = string.Empty;
|
||||
public string Content { get; internal set; } = string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user