You are here

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

Retrieve the certificates that are included in the assertion.

Return value

array An array of certificates.

File

includes/Assertion.php, line 1060

Class

SAML2_Assertion

Code

public function getCertificates() {
  return $this->certificates;
}