FederationManagement 类
定义
定义创建 Federation 元数据文档的静态方法,并基于 Federation 元数据文档更新的应用程序配置。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
- 继承
-
FederationManagement
注解
有关联合元数据文档的详细信息,请参阅以下规范的第三部分: Web Services 联合身份验证语言 (WS 联合身份验证) 1.2 版。For more information about Federation Metadata documents, see section three of the following specification: Web Services Federation Language (WS-Federation) Version 1.2.
方法
| CreateApplicationFederationMetadata(Uri, X509Certificate2, Collection<DisplayClaim>, ApplicationType, Collection<Uri>) |
创建包含 Federation Metadata 的 XML 文档。Creates an XML document that contains Federation Metadata. |
| UpdateIdentityProviderTrustInfo(XmlReader, XmlReader, Boolean) |
根据指定的 Federation 元数据文件和指定是否应更新所提供的声明列表的值,更新指定的应用程序配置(如果需要)。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) |
根据指定的 Federation 元数据文件和指定是否应更新所提供的声明列表的值,更新指定的应用程序配置(如果需要)。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. 用于读取安全标识服务(STS)元数据的序列化程序也被指定。The serializer with which to read the security token service (STS) metadata is also specified. |
| UpdateIdentityProviderTrustInfo(XmlReader, XmlReader, XmlNodeReader, XmlNodeReader) |
根据指定的 Federation 元数据文档更新指定应用程序的配置(如果需要)。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) |
根据指定的 Federation 元数据文档更新指定应用程序的配置(如果需要)。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. 用于读取安全标识服务(STS)元数据的序列化程序也被指定。The serializer with which to read the security token service (STS) metadata is also specified. |