Skip to Content.
Sympa Menu

mace-opensaml-users - RE: Response::getSignature (C++)

Subject: OpenSAML user discussion

List archive

RE: Response::getSignature (C++)


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: <>
  • Subject: RE: Response::getSignature (C++)
  • Date: Tue, 8 Jan 2008 15:48:30 -0500
  • Organization: The Ohio State University


> I got it. I needed to do this... Signature* signature =
> response->getAssertions().front()->getSignature();

Keep in mind that can throw. A Response with nothing but a Status wouldn't
have any assertions in it, and front() throws (per STL rules) if the
collection is empty.

-- Scott





Archive powered by MHonArc 2.6.16.

Top of Page