Table of Contents

Interface ISigningKeyProtector

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

Interface to model protecting/unprotecting RsaKeyContainer.

public interface ISigningKeyProtector

Methods

Protect(KeyContainer)

Protects KeyContainer.

SerializedKey Protect(KeyContainer key)

Parameters

key KeyContainer

Returns

SerializedKey

Unprotect(SerializedKey)

Unprotects KeyContainer.

KeyContainer Unprotect(SerializedKey key)

Parameters

key SerializedKey

Returns

KeyContainer