You are here

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

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

Returns the X.509 certificates for the IdP server.

Return value

string The certificates.

1 method overrides IdpInterface::getX509Cert()
Idp::getX509Cert in src/Entity/Idp.php
Returns the X.509 certificates for the IdP server.

File

src/IdpInterface.php, line 66

Class

IdpInterface
Provides an interface defining a Example entity.

Namespace

Drupal\saml_sp

Code

public function getX509Cert();