Table of Contents

Class SecretValidationResult

Namespace
Duende.IdentityServer.Validation
Assembly
Duende.IdentityServer.dll

Validation result for secrets

public class SecretValidationResult : ValidationResult
Inheritance
SecretValidationResult
Inherited Members

Constructors

SecretValidationResult()

public SecretValidationResult()

Properties

Confirmation

Gets or sets the value of the confirmation method (will become the cnf claim). Must be a JSON object.

public string? Confirmation { get; set; }

Property Value

string

The confirmation.

Success

Gets or sets a value indicating whether the secret validation was successful.

public bool Success { get; set; }

Property Value

bool

true if success; otherwise, false.