Share via


WSTrust.RequestTypes Class

Defines constants for the <RequestType> XML element.

Namespace: Microsoft.Web.Services2.Security
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim wSTrust_RequestTypes1 As WSTrust.RequestTypes

Syntax

'Declaration
NotInheritable Public Class WSTrust.RequestTypes
public sealed class WSTrust.RequestTypes
public sealed ref class WSTrust.RequestTypes
public final class WSTrust.RequestTypes
public class WSTrust.RequestTypes

Remarks

The <RequestType> XML element is used when requesting, renewing, or validating a security token from a security token service. WSE only supports the requesting of security tokens, which corresponds to the Issue field. To add support for renewing or validating security tokens, build a custom security token service. For more details about issuing security tokens, see Issuing Security Tokens. For more details about building a custom security token service, see How to: Issue Custom Security Tokens.

Inheritance Hierarchy

System.Object
  Microsoft.Web.Services2.Security.WSTrust.RequestTypes

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

Microsoft.Web.Services2.Security Namespace

Other Resources

WSTrust.RequestTypes Members