Show / Hide Table of Contents

Class CommonAuthenticationSchemeOptions

Represents serializable settings for all commom authentication schemes that does not have any configurable settings.

Inheritance
Object
IRM.AspNetCore.Authentication.Serialization.AuthenticationSchemeOptions
CommonAuthenticationSchemeOptions
Inherited Members
IRM.AspNetCore.Authentication.Serialization.AuthenticationSchemeOptions.Configure(Microsoft.AspNetCore.Authentication.AuthenticationSchemeOptions)
IRM.AspNetCore.Authentication.Serialization.AuthenticationSchemeOptions.ClaimsIssuer
IRM.AspNetCore.Authentication.Serialization.AuthenticationSchemeOptions.ForwardAuthenticate
IRM.AspNetCore.Authentication.Serialization.AuthenticationSchemeOptions.ForwardChallenge
IRM.AspNetCore.Authentication.Serialization.AuthenticationSchemeOptions.ForwardDefault
IRM.AspNetCore.Authentication.Serialization.AuthenticationSchemeOptions.ForwardForbid
IRM.AspNetCore.Authentication.Serialization.AuthenticationSchemeOptions.ForwardSignIn
IRM.AspNetCore.Authentication.Serialization.AuthenticationSchemeOptions.ForwardSignOut
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 CommonAuthenticationSchemeOptions : AuthenticationSchemeOptions

Methods

ToOptions()

Declaration
public override AuthenticationSchemeOptions ToOptions()
Returns
Microsoft.AspNetCore.Authentication.AuthenticationSchemeOptions

Overrides
IRM.AspNetCore.Authentication.Serialization.AuthenticationSchemeOptions.ToOptions()
Back to top Generated by DocFX