Class SamlPostConfigureAuthenticationOptions
Used to setup defaults for all SamlAuthenticationOptions.
Implements
Inherited Members
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. |