Share via


RequestSecurityToken.RequestTypeUri Property

The type of request being made to the security token service.

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

Usage

'Usage
Dim requestSecurityToken1 As RequestSecurityToken

Dim returnValue As String
returnValue = requestSecurityToken1.RequestTypeUri

Dim sampleValue As String
requestSecurityToken1.RequestTypeUri = sampleValue

Syntax

'Declaration
Public Overridable Property RequestTypeUri() As String
public virtual string RequestTypeUri {get; set;}
public: property String^ RequestTypeUri{
    String^ get();
    Void set(String^);
}
public System.String get_RequestTypeUri();
public void set_RequestTypeUri(System.String);
public function get RequestTypeUri() : String;
public function set RequestTypeUri(String);

Property Value

An URI that represents the type of request being made to a security token service. The default is Microsoft.Web.Services2.Security.WSTrust.RequestTypes.Issue.

Remarks

The SecurityContextTokenService, which issues SecurityContextToken security tokens only supports the Microsoft.Web.Services2.Security.WSTrust.RequestTypes.Issue value. To support values other than that, create a custom security token service. The WS-Trust specification defines other values and the constants for those values are defined in the WSTrust.RequestTypes class.

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

RequestSecurityToken Class
Microsoft.Web.Services2.Security Namespace

Other Resources

RequestSecurityToken Members