RequestTypes Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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; |
GetMetadata |
A string constant that represents a protocol-agnostic URI for a WS-Trust GetMetadata request; |
Issue |
A string constant that represents a protocol-agnostic URI for a WS-Trust Issue request; |
IssueCard |
A string constant that represents a protocol-agnostic WS-Trust IssueCard request; |
Renew |
A string constant that represents a protocol-agnostic URI for a WS-Trust Renew request; |
Validate |
A string constant that represents a protocol-agnostic URI for a WS-Trust Validate request; |