You are here

public function SAML2_Assertion::getSubjectConfirmation in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7

Retrieve the SubjectConfirmation elements we have in our Subject element.

Return value

array Array of SAML2_XML_saml_SubjectConfirmation elements.

File

includes/Assertion.php, line 980

Class

SAML2_Assertion

Code

public function getSubjectConfirmation() {
  return $this->SubjectConfirmation;
}