Show / Hide Table of Contents

Class OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled

Represents a filter that excludes the associated handlers if OpenIddict was not configured to issue ASP.NET Core Data Protection user codes.

Inheritance
System.Object
OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled
Implements
IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
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.DataProtection
Assembly: cs.temp.dll.dll
Syntax
public class RequireDataProtectionUserCodeFormatEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>

Constructors

RequireDataProtectionUserCodeFormatEnabled(IOptionsMonitor<OpenIddictServerDataProtectionOptions>)

Declaration
public RequireDataProtectionUserCodeFormatEnabled(IOptionsMonitor<OpenIddictServerDataProtectionOptions> options)
Parameters
Type Name Description
IOptionsMonitor<OpenIddictServerDataProtectionOptions> options

Methods

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

Declaration
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
Parameters
Type Name Description
OpenIddictValidationEvents.BaseContext context
Returns
Type Description
System.Threading.Tasks.ValueTask<System.Boolean>

Implements

IOpenIddictServerHandlerFilter<TContext>
In This Article
Back to top Generated by DocFX