You are here

public function Idp::getX509Cert in SAML Service Provider 4.x

Same name and namespace in other branches
  1. 8.3 src/Entity/Idp.php \Drupal\saml_sp\Entity\Idp::getX509Cert()
  2. 3.x src/Entity/Idp.php \Drupal\saml_sp\Entity\Idp::getX509Cert()

Returns the X.509 certificates for the IdP server.

Return value

string The certificates.

Overrides IdpInterface::getX509Cert

File

src/Entity/Idp.php, line 163

Class

Idp
Defines the Idp entity.

Namespace

Drupal\saml_sp\Entity

Code

public function getX509Cert() {
  return $this->x509_cert;
}