FederationManagement Class

Definition

Defines static methods for creating Federation Metadata documents and for updating application configuration based on Federation Metadata documents.

public ref class FederationManagement abstract sealed
public static class FederationManagement
type FederationManagement = class
Public Class FederationManagement
Inheritance
FederationManagement

Remarks

For more information about Federation Metadata documents, see section three of the following specification: Web Services Federation Language (WS-Federation) Version 1.2.

Methods

CreateApplicationFederationMetadata(Uri, X509Certificate2, Collection<DisplayClaim>, ApplicationType, Collection<Uri>)

Creates an XML document that contains Federation Metadata.

UpdateIdentityProviderTrustInfo(XmlReader, XmlReader, Boolean)

Updates the specified application configuration, if needed, based on the specified Federation Metadata document and a value that specifies whether the claims offered list should be updated.

UpdateIdentityProviderTrustInfo(XmlReader, XmlReader, Boolean, MetadataSerializer)

Updates the specified application configuration, if needed, based on the specified Federation Metadata document and a value that specifies whether the claims offered list should be updated. The serializer with which to read the security token service (STS) metadata is also specified.

UpdateIdentityProviderTrustInfo(XmlReader, XmlReader, XmlNodeReader, XmlNodeReader)

Updates the specified application configuration, if needed, based on the specified Federation Metadata document. Returns the configuration elements for the issuer name registry, as well as the configuration elements for the updated list of claims types offered, if it has been updated.

UpdateIdentityProviderTrustInfo(XmlReader, XmlReader, XmlNodeReader, XmlNodeReader, MetadataSerializer)

Updates the specified application configuration, if needed, based on the specified Federation Metadata document. Returns configuration elements for the issuer name registry, as well as the configuration elements for the updated list of claims types offered, if it has been updated. The serializer with which to read the security token service (STS) metadata is also specified.

Applies to