From 3761c13dba3da8c002afb7f2b60697a6815af6a8 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Thu, 9 Jan 2025 19:34:29 +0100 Subject: [PATCH] =?UTF-8?q?refactor(ICryptograph):=20Eigenschaft=20?= =?UTF-8?q?=E2=80=9ETokenDescriptors=E2=80=9C=20hinzugef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DigitalData.Core.Abstractions/Security/ICryptograph.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DigitalData.Core.Abstractions/Security/ICryptograph.cs b/DigitalData.Core.Abstractions/Security/ICryptograph.cs index a37a2c2..7f67228 100644 --- a/DigitalData.Core.Abstractions/Security/ICryptograph.cs +++ b/DigitalData.Core.Abstractions/Security/ICryptograph.cs @@ -5,5 +5,7 @@ IEnumerable Decryptors { get; } IAsymmetricDecryptor VaultDecryptor { get; } + + public IEnumerable TokenDescriptors { get; } } } \ No newline at end of file