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
Code
public function getCertificates() {
return $this->certificates;
}