refactor(ICryptograph): Eigenschaft „TokenDescriptors“ hinzugefügt.
This commit is contained in:
parent
8acbbaeb2e
commit
3761c13dba
@ -5,5 +5,7 @@
|
|||||||
IEnumerable<IAsymmetricDecryptor> Decryptors { get; }
|
IEnumerable<IAsymmetricDecryptor> Decryptors { get; }
|
||||||
|
|
||||||
IAsymmetricDecryptor VaultDecryptor { get; }
|
IAsymmetricDecryptor VaultDecryptor { get; }
|
||||||
|
|
||||||
|
public IEnumerable<IAsymmetricTokenDescriptor> TokenDescriptors { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user