Share via


RequestSecurityTokenResponse.RequestedProofToken Property

Gets or sets the proof security token for the response.

Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim requestSecurityTokenResponse1 As RequestSecurityTokenResponse

Dim returnValue As RequestedProofToken
returnValue = requestSecurityTokenResponse1.RequestedProofToken

Dim sampleValue As RequestedProofToken
requestSecurityTokenResponse1.RequestedProofToken = sampleValue

Syntax

'Declaration
Public Property RequestedProofToken() As RequestedProofToken
public RequestedProofToken RequestedProofToken {get; set;}
public:
property RequestedProofToken^ RequestedProofToken {
    RequestedProofToken^ get();
    void set(RequestedProofToken^ value);
}
public RequestedProofToken get_RequestedProofToken();
public void set_RequestedProofToken(RequestedProofToken);
public function get RequestedProofToken() : RequestedProofToken;
public function set RequestedProofToken(RequestedProofToken);

Property Value

A RequestedProofToken containing the proof token for the sender of the request.

Remarks

The RequestedProofToken property contains the same key as the RequestedSecurityToken property. However, 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.

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

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