SingleSignOnDescriptor 类

定义

定义 SSO 描述符。

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

构造函数

名称 说明
SingleSignOnDescriptor()

初始化 SingleSignOnDescriptor 类的新实例。

属性

名称 说明
ArtifactResolutionServices

获取一个 IndexedProtocolEndpointDictionary 对象,该对象包含项目解析服务的索引终结点。

Contacts

获取 . 的 ContactPerson集合。

(继承自 RoleDescriptor)
ErrorUrl

获取或设置错误 URL。

(继承自 RoleDescriptor)
Keys

获取 . 的 KeyDescriptor集合。

(继承自 RoleDescriptor)
NameIdentifierFormats

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

Organization

获取或设置 Organization.

(继承自 RoleDescriptor)
ProtocolsSupported

获取支持的协议集合。

(继承自 RoleDescriptor)
SingleLogoutServices

获取单个注销服务终结点的集合。

ValidUntil

获取或设置过期时间。

(继承自 RoleDescriptor)

方法

名称 说明
Equals(Object)

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

(继承自 Object)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
ToString()

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

(继承自 Object)

适用于