Class PostConfigureExtendedIdentityOptions
Ensures that the configuration of ExtendedIdentityOptions is correct.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
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)