WsFederationExtensions Class

Definition

Extensions for registering the WsFederationHandler.

public static class WsFederationExtensions
type WsFederationExtensions = class
Public Module WsFederationExtensions
Inheritance
WsFederationExtensions

Methods

AddWsFederation(AuthenticationBuilder)

Registers the WsFederationHandler using the default authentication scheme, display name, and options.

AddWsFederation(AuthenticationBuilder, Action<WsFederationOptions>)

Registers the WsFederationHandler using the default authentication scheme, display name, and the given options configuration.

AddWsFederation(AuthenticationBuilder, String, Action<WsFederationOptions>)

Registers the WsFederationHandler using the given authentication scheme, default display name, and the given options configuration.

AddWsFederation(AuthenticationBuilder, String, String, Action<WsFederationOptions>)

Registers the WsFederationHandler using the given authentication scheme, display name, and options configuration.

Applies to