You are here

public function Idp::x509_cert in SAML Service Provider 8.2

Overrides IdpInterface::x509_cert

File

src/Entity/Idp.php, line 93

Class

Idp
Defines the Idp entity.

Namespace

Drupal\saml_sp\Entity

Code

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