Skip to main content

%XML.Security.CipherReference

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

XML Encryption 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/2001/04/xmlenc#";

ELEMENTQUALIFIED

Parameter ELEMENTQUALIFIED = 1;

Properties

Transforms

Property Transforms As list Of %XML.Security.Transform(REFNAMESPACE = "http://www.w3.org/2000/09/xmldsig#", XMLPROJECTION = "wrapped", XMLREF = 1);

URI

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