Class SecurityKeyInfo
- Namespace
- Duende.IdentityServer.Models
- Assembly
- Duende.IdentityServer.dll
Information about a security key
public class SecurityKeyInfo
- Inheritance
-
SecurityKeyInfo
- Inherited Members
Constructors
SecurityKeyInfo()
public SecurityKeyInfo()
Properties
Key
The key
public SecurityKey Key { get; set; }
Property Value
- SecurityKey
SigningAlgorithm
The signing algorithm
public string SigningAlgorithm { get; set; }