SecurityTokenServiceDescriptor 类
定义
定义安全标记服务的服务描述符。Defines a Service Descriptor for a security token service.
public ref class SecurityTokenServiceDescriptor : System::IdentityModel::Metadata::WebServiceDescriptor
public class SecurityTokenServiceDescriptor : System.IdentityModel.Metadata.WebServiceDescriptor
type SecurityTokenServiceDescriptor = class
inherit WebServiceDescriptor
Public Class SecurityTokenServiceDescriptor
Inherits WebServiceDescriptor
- 继承
构造函数
SecurityTokenServiceDescriptor() |
初始化 SecurityTokenServiceDescriptor 类的新实例。Initializes a new instance of the SecurityTokenServiceDescriptor class. |
属性
ClaimTypesOffered |
获取表示提供的声明类型的 DisplayClaim 集合。Gets a collection of DisplayClaim that represents the claim types offered. (继承自 WebServiceDescriptor) |
ClaimTypesRequested |
获取表示要求的声明类型的 DisplayClaim 集合。Gets a collection of DisplayClaim that represents the claim types requested. (继承自 WebServiceDescriptor) |
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) |
Organization |
获取或设置 Organization。Gets or sets the Organization. (继承自 RoleDescriptor) |
PassiveRequestorEndpoints |
获取表示被动请求者终结点的 EndpointAddress 的集合。Gets the collection of EndpointAddress that represents the passive requestor endpoints. |
ProtocolsSupported |
获取支持的协议的集合。Gets the collection of protocols supported. (继承自 RoleDescriptor) |
SecurityTokenServiceEndpoints |
获取表示安全令牌服务的终结点的 EndpointAddress 的集合。Gets the collection of EndpointAddress that represents the endpoints of the security token service. |
ServiceDescription |
获取或设置服务的说明。Gets or sets the service description. (继承自 WebServiceDescriptor) |
ServiceDisplayName |
获取或设置服务的显示名称。Gets or sets the service display name. (继承自 WebServiceDescriptor) |
TargetScopes |
获取表示目标范围的 EndpointAddress 集合。Gets a collection of EndpointAddress that represents the target scopes. (继承自 WebServiceDescriptor) |
TokenTypesOffered |
获取已提供的标记类型的集合。Gets the collection of token types offered. (继承自 WebServiceDescriptor) |
ValidUntil |
获取或设置过期时间。Gets or sets the expiration time. (继承自 RoleDescriptor) |
方法
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) |