You are here

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

Set the certificates that should be included in the assertion.

The certificates should be strings with the PEM encoded data.

Parameters

array $certificates An array of certificates.:

File

includes/Assertion.php, line 1050

Class

SAML2_Assertion

Code

public function setCertificates(array $certificates) {
  $this->certificates = $certificates;
}