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
Properties
Parameters
The RSAParameters.
public RSAParameters Parameters { get; set; }
Property Value
Methods
ToSecurityKey()
public override AsymmetricSecurityKey ToSecurityKey()
Returns
- AsymmetricSecurityKey