Show / Hide Table of Contents

Class OpenIddictValidationEvents.ApplyCryptographyRequestContext

Represents an event called for each request to the cryptography endpoint to send the cryptography request to the remote authorization server.

Inheritance
System.Object
OpenIddictValidationEvents.BaseContext
OpenIddictValidationEvents.BaseRequestContext
OpenIddictValidationEvents.BaseValidatingContext
OpenIddictValidationEvents.BaseExternalContext
OpenIddictValidationEvents.ApplyCryptographyRequestContext
Inherited Members
OpenIddictValidationEvents.BaseExternalContext.Address
OpenIddictValidationEvents.BaseValidatingContext.IsRejected
OpenIddictValidationEvents.BaseValidatingContext.Error
OpenIddictValidationEvents.BaseValidatingContext.ErrorDescription
OpenIddictValidationEvents.BaseValidatingContext.ErrorUri
OpenIddictValidationEvents.BaseValidatingContext.Reject(String, String, String)
OpenIddictValidationEvents.BaseRequestContext.IsRequestHandled
OpenIddictValidationEvents.BaseRequestContext.IsRequestSkipped
OpenIddictValidationEvents.BaseRequestContext.HandleRequest()
OpenIddictValidationEvents.BaseRequestContext.SkipRequest()
OpenIddictValidationEvents.BaseContext.Transaction
OpenIddictValidationEvents.BaseContext.EndpointType
OpenIddictValidationEvents.BaseContext.Issuer
OpenIddictValidationEvents.BaseContext.Logger
OpenIddictValidationEvents.BaseContext.Options
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.Validation
Assembly: cs.temp.dll.dll
Syntax
public class ApplyCryptographyRequestContext : OpenIddictValidationEvents.BaseExternalContext

Constructors

ApplyCryptographyRequestContext(OpenIddictValidationTransaction)

Creates a new instance of the OpenIddictValidationEvents.ApplyCryptographyRequestContext class.

Declaration
public ApplyCryptographyRequestContext(OpenIddictValidationTransaction transaction)
Parameters
Type Name Description
OpenIddictValidationTransaction transaction

Properties

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