SAML2\SignedElementHelper::getCertificates PHP Méthode

getCertificates() public méthode

Retrieve the certificates that are included in the message.
public getCertificates ( ) : array
Résultat array An array of certificates.
    public function getCertificates()
    {
        return $this->certificates;
    }