You are here

public function XMLSecurityKey::getX509Certificate in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 8

Retrieve the X509 certificate this key represents.

Will return the X509 certificate in PEM-format if this key represents an X509 certificate.

Return value

string The X509 certificate or null if this key doesn't represent an X509-certificate.

File

src/XMLSecurityKey.php, line 671

Class

XMLSecurityKey

Namespace

Drupal\miniorange_saml

Code

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