SAML2\SignedElementHelper::getCertificates PHP 메소드

getCertificates() 공개 메소드

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