You are here

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

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

includes/XMLSecurityKey.php, line 704

Class

XMLSecurityKey

Code

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