RequestedProofToken Class

Represents the session key for a security token request that is encrypted for the requester.

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

Usage

'Usage
Dim requestedProofToken1 As New RequestedProofToken()

Syntax

'Declaration
Public Class RequestedProofToken
    Inherits OpenElementElement
    Implements IXmlElement
public class RequestedProofToken : OpenElementElement, IXmlElement
public ref class RequestedProofToken : public OpenElementElement, IXmlElement
public class RequestedProofToken extends OpenElementElement implements IXmlElement
public class RequestedProofToken extends OpenElementElement implements IXmlElement

Remarks

A security token service returns a <RequestSecurityTokenResponse> message in response to a <RequestSecurityToken> message. The response, which is represented by the RequestSecurityTokenResponse class, contains properties representing RequestedSecurityToken and RequestedProofToken objects. The RequestedSecurityToken contains the requested security token and an encrypted key, which is usually a symmetric session key. This encrypted key is encrypted with a key that only the target Web service knows and thus is used by the SOAP message sender to sign and/or encrypt SOAP messages sent to the target Web service. Likewise, the RequestedProofToken contains the same key, but it is encrypted using a key that only the sender of the request has. The SOAP message sender can use this key to decrypt or verify SOAP messages encrypted or signed by the target Web service.

Inheritance Hierarchy

System.Object
   Microsoft.Web.Services2.Xml.OpenElementElement
    Microsoft.Web.Services2.Security.RequestedProofToken

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

RequestedProofToken Members