4.8 Context Establishment Request Message

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

 <RequestSecurityToken Context="urn:uuid:c416bc08-0664-49f3-850b-7d6cca60a59e" xmlns="http://schemas.xmlsoap.org/ws/2005/02/trust">
   <TokenType>http://schemas.xmlsoap.org/ws/2005/02/sc/sct</TokenType>
   <RequestType>http://schemas.xmlsoap.org/ws/2005/02/trust/Issue</RequestType>
   <Entropy>
     <BinarySecret Type="http://schemas.xmlsoap.org/ws/2005/02/trust/Nonce">...</BinarySecret>
   </Entropy>
   <KeySize>256</KeySize>
 </RequestSecurityToken>