4.12 Context Cancellation Request Message

The following is an example of a <RequestSecurityToken> element used with the context cancellation binding based on [WSSC].

 <RequestSecurityToken Context="urn:uuid:4efa366d-fcb2-43f3-9e55-228ab5a21942" xmlns="http://schemas.xmlsoap.org/ws/2005/02/trust">
   <RequestType>http://schemas.xmlsoap.org/ws/2005/02/trust/Cancel</RequestType>
   <CancelTarget>
     <SecurityTokenReference xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
       <Reference URI="urn:uuid:8a63487c-662b-40bf-b2df-f3b536062f5e" ValueType="http://schemas.xmlsoap.org/ws/2005/02/sc/sct"/>
     </SecurityTokenReference>
   </CancelTarget>
 </RequestSecurityToken>