WSTrust.RequestTypes Class
Defines constants for the <RequestType> XML element.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim wSTrust_RequestTypes1 As WSTrust.RequestTypes
Syntax
'Declaration
NotInheritable Public Class WSTrust.RequestTypes
public static class WSTrust.RequestTypes
public ref class WSTrust::RequestTypes abstract sealed
public final abstract class WSTrust.RequestTypes
public abstract 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.
Inheritance Hierarchy
System.Object
Microsoft.Web.Services3.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 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
WSTrust.RequestTypes Members
Microsoft.Web.Services3.Security Namespace