IdentityProviderSingleSignOnDescriptor 类
定义
标识为描述符 (IDPSSODescriptor) 类提供单一符号。The identity provider single sign-on descriptor (IDPSSODescriptor) class.
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 类的新实例。Initializes a new instance of the IdentityProviderSingleSignOnDescriptor class. |
属性
ArtifactResolutionServices |
获取包含项目决策服务的索引终结点的 IndexedProtocolEndpointDictionary 对象。Gets an IndexedProtocolEndpointDictionary object that contains the indexed endpoints for the artifact resolution services. (继承自 SingleSignOnDescriptor) |
Contacts |
获取 ContactPerson 的集合。Gets the collection of ContactPerson. (继承自 RoleDescriptor) |
ErrorUrl |
获取或设置错误的 URL。Gets or sets the error URL. (继承自 RoleDescriptor) |
Keys |
获取 KeyDescriptor 的集合。Gets the collection of KeyDescriptor. (继承自 RoleDescriptor) |
NameIdentifierFormats |
获取表示支持的名称标识符格式的 URI 的集合。Gets the collection of URIs that represent the supported name identifier formats. (继承自 SingleSignOnDescriptor) |
Organization |
获取或设置 Organization。Gets or sets the Organization. (继承自 RoleDescriptor) |
ProtocolsSupported |
获取支持的协议的集合。Gets the collection of protocols supported. (继承自 RoleDescriptor) |
SingleLogoutServices |
获取单事件记录服务终点的集合。Gets a collection of single logout service endpoints. (继承自 SingleSignOnDescriptor) |
SingleSignOnServices |
获取表示单一登录服务的 ProtocolEndpoint 的集合。Gets the collection of ProtocolEndpoint representing single sign-on services. |
SupportedAttributes |
获取支持的 Saml2Attribute 集合。Gets the supported Saml2Attribute collection. |
ValidUntil |
获取或设置过期时间。Gets or sets the expiration time. (继承自 RoleDescriptor) |
WantAuthenticationRequestsSigned |
获取或设置一个值,该值指示是否应签名身份验证请求 。Gets or sets a value that indicates whether authentication requests should be signed. |
方法
Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |