Table of Contents

Class RsaKeyContainer

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

Container class for RsaSecurityKey.

public class RsaKeyContainer : KeyContainer
Inheritance
RsaKeyContainer
Inherited Members

Constructors

RsaKeyContainer()

Constructor for RsaKeyContainer.

public RsaKeyContainer()

RsaKeyContainer(RsaSecurityKey, string, DateTime)

Constructor for RsaKeyContainer.

public RsaKeyContainer(RsaSecurityKey key, string algorithm, DateTime created)

Parameters

key RsaSecurityKey
algorithm string
created DateTime

Properties

Parameters

The RSAParameters.

public RSAParameters Parameters { get; set; }

Property Value

RSAParameters

Methods

ToSecurityKey()

public override AsymmetricSecurityKey ToSecurityKey()

Returns

AsymmetricSecurityKey