Show / Hide Table of Contents

Class PostConfigureExtendedIdentityOptions

Ensures that the configuration of ExtendedIdentityOptions is correct.

Inheritance
Object
PostConfigureExtendedIdentityOptions
PostConfigureExtendedIdentityOptionsWithIPAddressLocation
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class PostConfigureExtendedIdentityOptions : IPostConfigureOptions<ExtendedIdentityOptions>

Methods

PostConfigure(String, ExtendedIdentityOptions)

Invoked to configure a ExtendedIdentityOptions instance.

Declaration
public virtual void PostConfigure(string name, ExtendedIdentityOptions options)
Parameters
String name

The name of the option beeing configurered

ExtendedIdentityOptions options

The ExtendedIdentityOptions instance to configure.

Implements
Microsoft.Extensions.Options.IPostConfigureOptions<TOptions>.PostConfigure(System.String, TOptions)
Back to top Generated by DocFX