Table of Contents

Class InMemoryValidationKeysStore

Namespace
Duende.IdentityServer.Stores
Assembly
Duende.IdentityServer.dll

The default validation key store

public class InMemoryValidationKeysStore : IValidationKeysStore
Inheritance
InMemoryValidationKeysStore
Implements
Inherited Members

Constructors

InMemoryValidationKeysStore(IEnumerable<SecurityKeyInfo>)

Initializes a new instance of the InMemoryValidationKeysStore class.

public InMemoryValidationKeysStore(IEnumerable<SecurityKeyInfo> keys)

Parameters

keys IEnumerable<SecurityKeyInfo>

The keys.

Exceptions

ArgumentNullException

keys

See Also

Methods

GetValidationKeysAsync()

Gets all validation keys.

public Task<IEnumerable<SecurityKeyInfo>> GetValidationKeysAsync()

Returns

Task<IEnumerable<SecurityKeyInfo>>
See Also

See Also