Class SamlPostConfigureAuthenticationOptions
Used to setup defaults for all Saml
Inheritance
System.Object
SamlPostConfigureAuthenticationOptions
Implements
Microsoft.Extensions.Options.IPostConfigureOptions <SamlAuthenticationOptions >
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
---|---|---|
System. |
name | The name of the options instance being configured. |
Saml |
options | The options instance to configure. |
Implements
Microsoft.Extensions.Options.IPostConfigureOptions<TOptions>