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
Namespace
Drupal\miniorange_samlCode
public function getX509Certificate() {
return $this->x509Certificate;
}