Show / Hide Table of Contents

Class SamlPostConfigureAuthenticationOptions

Used to setup defaults for all SamlAuthenticationOptions.

Inheritance
object
SamlPostConfigureAuthenticationOptions
Implements
IPostConfigureOptions<SamlAuthenticationOptions>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ComponentSpace.Saml2.Authentication
Assembly: ComponentSpace.Saml2.dll
Syntax
public class SamlPostConfigureAuthenticationOptions : IPostConfigureOptions<SamlAuthenticationOptions>

Methods

PostConfigure(string, SamlAuthenticationOptions)

Post configures a SamlOptions instance.

Declaration
public void PostConfigure(string name, SamlAuthenticationOptions options)
Parameters
Type Name Description
string name

The name of the options instance being configured.

SamlAuthenticationOptions options

The options instance to configure.

Implements

IPostConfigureOptions<TOptions>
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2025. All rights reserved.