WebServiceDescriptor 类
定义
定义 Web 服务说明符。Defines a web service descriptor.
public ref class WebServiceDescriptor abstract : System::IdentityModel::Metadata::RoleDescriptor
public abstract class WebServiceDescriptor : System.IdentityModel.Metadata.RoleDescriptor
type WebServiceDescriptor = class
inherit RoleDescriptor
Public MustInherit Class WebServiceDescriptor
Inherits RoleDescriptor
- 继承
- 派生
构造函数
| WebServiceDescriptor() |
初始化 WebServiceDescriptor 类的新实例。Initializes a new instance of the WebServiceDescriptor class. |
属性
| ClaimTypesOffered |
获取表示提供的声明类型的 DisplayClaim 集合。Gets a collection of DisplayClaim that represents the claim types offered. |
| ClaimTypesRequested |
获取表示要求的声明类型的 DisplayClaim 集合。Gets a collection of DisplayClaim that represents the claim types requested. |
| 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) |
| ProtocolsSupported |
获取支持的协议的集合。Gets the collection of protocols supported. (继承自 RoleDescriptor) |
| ServiceDescription |
获取或设置服务的说明。Gets or sets the service description. |
| ServiceDisplayName |
获取或设置服务的显示名称。Gets or sets the service display name. |
| TargetScopes |
获取表示目标范围的 EndpointAddress 集合。Gets a collection of EndpointAddress that represents the target scopes. |
| TokenTypesOffered |
获取已提供的标记类型的集合。Gets the collection of token types offered. |
| 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) |