Show / Hide Table of Contents

Class OpenIddictServerEvents.HandleCryptographyRequestContext

Represents an event called for each validated cryptography request to allow the user code to decide how the request should be handled.

Inheritance
System.Object
OpenIddict.Server.OpenIddictServerEvents.BaseContext
OpenIddict.Server.OpenIddictServerEvents.BaseRequestContext
OpenIddict.Server.OpenIddictServerEvents.BaseValidatingContext
OpenIddictServerEvents.HandleCryptographyRequestContext
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OpenIddict.Server
Assembly: cs.temp.dll.dll
Syntax
public class HandleCryptographyRequestContext : OpenIddictServerEvents.BaseValidatingContext

Constructors

HandleCryptographyRequestContext(OpenIddictServerTransaction)

Creates a new instance of the OpenIddictServerEvents.HandleCryptographyRequestContext class.

Declaration
public HandleCryptographyRequestContext(OpenIddictServerTransaction transaction)
Parameters
Type Name Description
OpenIddictServerTransaction transaction

Properties

Keys

Gets the list of JSON Web Keys exposed by the JWKS endpoint.

Declaration
public List<JsonWebKey> Keys { get; }
Property Value
Type Description
List<JsonWebKey>

Request

Gets or sets the request.

Declaration
public OpenIddictRequest Request { get; set; }
Property Value
Type Description
OpenIddictRequest
In This Article
Back to top Generated by DocFX