public function IdpInterface::getX509Cert in SAML Service Provider 8.3
Same name and namespace in other branches
- 4.x src/IdpInterface.php \Drupal\saml_sp\IdpInterface::getX509Cert()
- 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_spCode
public function getX509Cert();