Table of Contents

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

name string

Properties

Name

The algorithm name.

public required string Name { get; set; }

Property Value

string

UseX509Certificate

Indicates if an X.509 certificate is to be used to contain the key. Defaults to false.

public bool UseX509Certificate { get; set; }

Property Value

bool