Interface IKeyManager
- Namespace
- Duende.IdentityServer.Services.KeyManagement
- Assembly
- Duende.IdentityServer.dll
Interface to model loading the keys.
public interface IKeyManager
Methods
GetAllKeysAsync()
Returns all the validation keys.
Task<IEnumerable<KeyContainer>> GetAllKeysAsync()
Returns
GetCurrentKeysAsync()
Returns the current signing keys.
Task<IEnumerable<KeyContainer>> GetCurrentKeysAsync()