RequestTypes Class

Definition

Defines protocol-agnostic RequestType URI strings.

public ref class RequestTypes abstract sealed
public static class RequestTypes
type RequestTypes = class
Public Class RequestTypes
Inheritance
RequestTypes

Remarks

Defines URI string constants to be used with the RequestType property. These strings are protocol-agnostic URIs that correlate with the protocol-specific URIs used in the <wst:RequestType> element in a WS-Trust token request (RST) or response (RSTR) message.

Fields

Cancel

A string constant that represents a protocol-agnostic URI for a WS-Trust Cancel request; http://schemas.System.com/idfx/requesttype/cancel.

GetMetadata

A string constant that represents a protocol-agnostic URI for a WS-Trust GetMetadata request; http://schemas.System.com/idfx/requesttype/getMetadata.

Issue

A string constant that represents a protocol-agnostic URI for a WS-Trust Issue request; http://schemas.System.com/idfx/requesttype/issue.

IssueCard

A string constant that represents a protocol-agnostic WS-Trust IssueCard request; http://schemas.System.com/idfx/requesttype/issueCard.

Renew

A string constant that represents a protocol-agnostic URI for a WS-Trust Renew request; http://schemas.System.com/idfx/requesttype/renew.

Validate

A string constant that represents a protocol-agnostic URI for a WS-Trust Validate request; http://schemas.System.com/idfx/requesttype/validate.

Applies to