%SOAP.WST.RequestedProofToken
Class %SOAP.WST.RequestedProofToken Extends (%RegisteredObject, %XML.Adaptor) [ System = 4 ]
RequestedProofToken contents from WS-Trust 1.3. Either BinarySecret, EncryptedKey or ComputedKey may be specified, but not both.
Parameters
XMLFORMAT
Parameter XMLFORMAT = "literal";
NAMESPACE
Parameter NAMESPACE = "http://docs.oasis-open.org/ws-sx/ws-trust/200512";
ELEMENTQUALIFIED
Parameter ELEMENTQUALIFIED = 1;
XMLPREFIX
Parameter XMLPREFIX = "wst";
Properties
BinarySecret
Property BinarySecret As %SOAP.WST.BinarySecret(REFNAMESPACE = "http://docs.oasis-open.org/ws-sx/ws-trust/200512", XMLREF = 1);
EncryptedKey
Property EncryptedKey As %XML.Security.EncryptedKey(REFNAMESPACE = "http://www.w3.org/2001/04/xmlenc#", XMLREF = 1);
ComputedKey
Property ComputedKey As %xsd.anyURI(REFNAMESPACE = "http://docs.oasis-open.org/ws-sx/ws-trust/200512", XMLREF = 1);
Algorithm for computing key -- $$$SOAPWSTPSHA1