Sync up ID attribute handling to latest tooling changes.
[shibboleth/cpp-opensaml.git] / saml / signature / ContentReference.cpp
index 1b452e8..8253be4 100644 (file)
@@ -44,7 +44,7 @@ public:
 \r
 void ContentReference::createReferences(DSIGSignature* sig)\r
 {\r
-    const XMLCh* id=m_signableObject.getId();\r
+    const XMLCh* id=m_signableObject.getXMLID();\r
     if (!id || !*id)\r
         throw xmlsignature::SignatureException("Cannot create Signature reference to SAML object without an identifier."); \r
     \r