ServiceProviderSingleSignOnDescriptor 类

定义

定义服务提供程序 (ssp) SSO 的一个描述符 (SPSSO)。

public ref class ServiceProviderSingleSignOnDescriptor : System::IdentityModel::Metadata::SingleSignOnDescriptor
public class ServiceProviderSingleSignOnDescriptor : System.IdentityModel.Metadata.SingleSignOnDescriptor
type ServiceProviderSingleSignOnDescriptor = class
    inherit SingleSignOnDescriptor
Public Class ServiceProviderSingleSignOnDescriptor
Inherits SingleSignOnDescriptor
继承
ServiceProviderSingleSignOnDescriptor

构造函数

ServiceProviderSingleSignOnDescriptor()

初始化 ServiceProviderSingleSignOnDescriptor 类的新实例。

ServiceProviderSingleSignOnDescriptor(IndexedProtocolEndpointDictionary)

初始化 ServiceProviderSingleSignOnDescriptor 类的新实例,该实例具有指定的索引结点的字典。

属性

ArtifactResolutionServices

获取包含项目决策服务的索引终结点的 IndexedProtocolEndpointDictionary 对象。

(继承自 SingleSignOnDescriptor)
AssertionConsumerServices

获取包含索引的终点支持身份验证协议请求外形定义的[SAMLProf] IndexedProtocolEndpointDictionary

AuthenticationRequestsSigned

获取或设置指示是否应对服务提供商发送的请求进行签名的值。

Contacts

获取 ContactPerson 的集合。

(继承自 RoleDescriptor)
ErrorUrl

获取或设置错误的 URL。

(继承自 RoleDescriptor)
Keys

获取 KeyDescriptor 的集合。

(继承自 RoleDescriptor)
NameIdentifierFormats

获取表示支持的名称标识符格式的 URI 的集合。

(继承自 SingleSignOnDescriptor)
Organization

获取或设置 Organization

(继承自 RoleDescriptor)
ProtocolsSupported

获取支持的协议的集合。

(继承自 RoleDescriptor)
SingleLogoutServices

获取单事件记录服务终点的集合。

(继承自 SingleSignOnDescriptor)
ValidUntil

获取或设置过期时间。

(继承自 RoleDescriptor)
WantAssertionsSigned

获取或设置指示是否应对服务提供商接收的断言进行签名的值。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于