IdentityProviderSingleSignOnDescriptor 类

定义

标识为描述符 (IDPSSODescriptor) 类提供单一符号。

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

构造函数

IdentityProviderSingleSignOnDescriptor()

初始化 IdentityProviderSingleSignOnDescriptor 类的新实例。

属性

ArtifactResolutionServices

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

(继承自 SingleSignOnDescriptor)
Contacts

获取 ContactPerson 的集合。

(继承自 RoleDescriptor)
ErrorUrl

获取或设置错误的 URL。

(继承自 RoleDescriptor)
Keys

获取 KeyDescriptor 的集合。

(继承自 RoleDescriptor)
NameIdentifierFormats

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

(继承自 SingleSignOnDescriptor)
Organization

获取或设置 Organization

(继承自 RoleDescriptor)
ProtocolsSupported

获取支持的协议的集合。

(继承自 RoleDescriptor)
SingleLogoutServices

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

(继承自 SingleSignOnDescriptor)
SingleSignOnServices

获取表示单一登录服务的 ProtocolEndpoint 的集合。

SupportedAttributes

获取支持的 Saml2Attribute 集合。

ValidUntil

获取或设置过期时间。

(继承自 RoleDescriptor)
WantAuthenticationRequestsSigned

获取或设置一个值,该值指示是否应签名身份验证请求 。

方法

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

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

(继承自 Object)

适用于