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
keyKeyContainer
Returns
- SerializedKey
Unprotect(SerializedKey)
Unprotects KeyContainer.
KeyContainer Unprotect(SerializedKey key)
Parameters
keySerializedKey