Definition of a Cancel method for WS-Trut 1.3
Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As IWSTrust13SyncContract
Dim message As Message
Dim returnValue As Message

returnValue = instance.ProcessTrust13Cancel(message)

Syntax

Visual Basic
<OperationContractAttribute(Name:="Trust13Cancel", Action:="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Cancel", ReplyAction:="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/CancelFinal")> _
Function ProcessTrust13Cancel ( _
		message As Message _
) As Message
C#
[OperationContractAttribute(Name="Trust13Cancel", Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Cancel", ReplyAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/CancelFinal")] 
Message ProcessTrust13Cancel (
		Message message
)
C++
[OperationContractAttribute(Name=L"Trust13Cancel", Action=L"http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Cancel", ReplyAction=L"http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/CancelFinal")] 
Message^ ProcessTrust13Cancel (
		Message^ message
)
J#
/** @attribute OperationContractAttribute(Name="Trust13Cancel", Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Cancel", ReplyAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/CancelFinal") */ 
Message ProcessTrust13Cancel (
		Message message
)
JScript
OperationContractAttribute(Name="Trust13Cancel", Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Cancel", ReplyAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/CancelFinal") 
function ProcessTrust13Cancel (
		message : Message
) : Message

Parameters

message

The Request Message that contains a RST.

Return Value

Response message containing the RSTR.

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 Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also