refactor(ICryptograph): Eigenschaft „TokenDescriptors“ hinzugefügt.

This commit is contained in:
Developer 02 2025-01-09 19:34:29 +01:00
parent 8acbbaeb2e
commit 3761c13dba

View File

@ -5,5 +5,7 @@
IEnumerable<IAsymmetricDecryptor> Decryptors { get; }
IAsymmetricDecryptor VaultDecryptor { get; }
public IEnumerable<IAsymmetricTokenDescriptor> TokenDescriptors { get; }
}
}