Table of Contents

Interface IAutomaticKeyManagerKeyStore

Namespace
Duende.IdentityServer.Services.KeyManagement
Assembly
Duende.IdentityServer.dll

Store abstraction for automatic key management.

public interface IAutomaticKeyManagerKeyStore : IValidationKeysStore, ISigningCredentialStore
Inherited Members

Methods

GetAllSigningCredentialsAsync()

Gets all the signing credentials.

Task<IEnumerable<SigningCredentials>> GetAllSigningCredentialsAsync()

Returns

Task<IEnumerable<SigningCredentials>>