ApplicationServiceDescriptor 类

定义

定义应用服务描述符和它的终点。

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

构造函数

ApplicationServiceDescriptor()

初始化 ApplicationServiceDescriptor 类的实例。

属性

ClaimTypesOffered

获取表示提供的声明类型的 DisplayClaim 集合。

(继承自 WebServiceDescriptor)
ClaimTypesRequested

获取表示要求的声明类型的 DisplayClaim 集合。

(继承自 WebServiceDescriptor)
Contacts

获取 ContactPerson 的集合。

(继承自 RoleDescriptor)
Endpoints

获取此输入应用程序服务的终结点。

ErrorUrl

获取或设置错误的 URL。

(继承自 RoleDescriptor)
Keys

获取 KeyDescriptor 的集合。

(继承自 RoleDescriptor)
Organization

获取或设置 Organization

(继承自 RoleDescriptor)
PassiveRequestorEndpoints

获取该应用程序服务的被动请求方的终结点。

ProtocolsSupported

获取支持的协议的集合。

(继承自 RoleDescriptor)
ServiceDescription

获取或设置服务的说明。

(继承自 WebServiceDescriptor)
ServiceDisplayName

获取或设置服务的显示名称。

(继承自 WebServiceDescriptor)
TargetScopes

获取表示目标范围的 EndpointAddress 集合。

(继承自 WebServiceDescriptor)
TokenTypesOffered

获取已提供的标记类型的集合。

(继承自 WebServiceDescriptor)
ValidUntil

获取或设置过期时间。

(继承自 RoleDescriptor)

方法

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

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

(继承自 Object)

适用于