RequestTypes クラス

定義

プロトコルに任意に対応できる RequestType URI 文字列を定義します。

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

注釈

プロパティで使用する URI 文字列定数を RequestType 定義します。 これらの文字列はプロトコルに依存しない URI であり、WS-Trust トークン要求 (RST) または応答 (RSTR) メッセージの wst:RequestType> 要素で使用される<プロトコル固有の URI と関連付けられます。

フィールド

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)。

適用対象