Class SigningAlgorithmOptions
- Namespace
- Duende.IdentityServer.Configuration
- Assembly
- Duende.IdentityServer.dll
Class to configure signing algorithm.
public class SigningAlgorithmOptions
- Inheritance
-
SigningAlgorithmOptions
- Inherited Members
Constructors
SigningAlgorithmOptions()
Parameterless constructor, required for binding
public SigningAlgorithmOptions()
SigningAlgorithmOptions(string)
Constructor.
public SigningAlgorithmOptions(string name)
Parameters
namestring
Properties
Name
The algorithm name.
public required string Name { get; set; }
Property Value
UseX509Certificate
Indicates if an X.509 certificate is to be used to contain the key. Defaults to false.
public bool UseX509Certificate { get; set; }