Skip to main content

%XML.Security.Transform

Class %XML.Security.Transform Extends (%RegisteredObject, %XML.Adaptor) [ Inheritance = right, System = 4 ]

XML Signature Transforms element. This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class."

Parameters

XMLFORMAT

Parameter XMLFORMAT = "literal";

NAMESPACE

Parameter NAMESPACE = "http://www.w3.org/2000/09/xmldsig#";

ELEMENTQUALIFIED

Parameter ELEMENTQUALIFIED = 1;

Properties

InclusiveNamespaces

Property InclusiveNamespaces As %XML.Security.InclusiveNamespaces(REFNAMESPACE = "http://www.w3.org/2001/10/xml-exc-c14n#", XMLREF = 1);

TransformationParameters

Property TransformationParameters As %SOAP.Security.TransformationParameters(REFNAMESPACE = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", XMLREF = 1);

Algorithm

Property Algorithm As %xsd.anyURI(XMLPROJECTION = "attribute") [ Required ];