Compartilhar via


RequestSecurityToken.RequestTypeUri Property

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

Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.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 virtual String^ RequestTypeUri {
    String^ get();
    void set(String^ value);
}
virtual 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 WSTrust.RequestTypes.Issue.

Remarks

The SecurityContextTokenService , which issues SecurityContextToken security tokens only supports the 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 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

RequestSecurityToken Class
RequestSecurityToken Members
Microsoft.Web.Services3.Security Namespace