WsFederationPostConfigureOptions.PostConfigure Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked to post configure a TOptions instance.
public:
virtual void PostConfigure(System::String ^ name, Microsoft::AspNetCore::Authentication::WsFederation::WsFederationOptions ^ options);
public void PostConfigure (string name, Microsoft.AspNetCore.Authentication.WsFederation.WsFederationOptions options);
public void PostConfigure (string? name, Microsoft.AspNetCore.Authentication.WsFederation.WsFederationOptions options);
abstract member PostConfigure : string * Microsoft.AspNetCore.Authentication.WsFederation.WsFederationOptions -> unit
override this.PostConfigure : string * Microsoft.AspNetCore.Authentication.WsFederation.WsFederationOptions -> unit
Public Sub PostConfigure (name As String, options As WsFederationOptions)
Parameters
- name
- String
The name of the options instance being configured.
- options
- WsFederationOptions
The options instance to configure.