RequestTypes 类

定义

定义请求协议不可知的 RequestType URI 字符串。

public ref class RequestTypes abstract sealed
public static class RequestTypes
type RequestTypes = class
Public Class RequestTypes
继承
RequestTypes

注解

定义要与 属性一起使用的 RequestType URI 字符串常量。 这些字符串是与协议无关的 URI,与 WS-Trust 令牌请求中 <wst:RequestType> 元素中使用的特定于协议的 URI 相关联, (RST) 或响应 (RSTR) 消息。

字段

Cancel

表示 WS-Trust Cancel 请求协议不可知 URI 的字符串常数;http://schemas.System.com/idfx/requesttype/cancel

GetMetadata

表示 WS-Trust GetMetadata 请求协议不可知 URI 的字符串常数;http://schemas.System.com/idfx/requesttype/getMetadata

Issue

表示 WS-Trust Issue 请求协议不可知 URI 的字符串常数;http://schemas.System.com/idfx/requesttype/issue

IssueCard

表示协议不可知 WS-Trust IssueCard 请求的字符串常数;http://schemas.System.com/idfx/requesttype/issueCard

Renew

表示 WS-Trust Renew 请求协议不可知 URI 的字符串常数;http://schemas.System.com/idfx/requesttype/renew

Validate

表示 WS-Trust Validate 请求协议不可知 URI 的字符串常数;http://schemas.System.com/idfx/requesttype/validate

适用于