WsFederationConfiguration Class

Definition

Contains WsFederation metadata that can be populated from a XML string.

public class WsFederationConfiguration : Microsoft.IdentityModel.Tokens.BaseConfiguration
type WsFederationConfiguration = class
    inherit BaseConfiguration
Public Class WsFederationConfiguration
Inherits BaseConfiguration
Inheritance
WsFederationConfiguration

Constructors

WsFederationConfiguration()

Initializes an new instance of WsFederationConfiguration.

Properties

Issuer

Gets the issuer specified via the metadata endpoint.

(Inherited from BaseConfiguration)
KeyInfos

Get the IList<T> that the IdentityProvider indicates are to be used signing keys.

Signature

The Signature element that was found when reading metadata.

SigningCredentials

The SigningCredentials that was used to sign the metadata.

SigningKeys

Gets the ICollection<T> that the IdentityProvider indicates are to be used in order to sign tokens.

(Inherited from BaseConfiguration)
TokenEndpoint

Gets or sets token endpoint.

Applies to