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