You are here

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

Get the thumbprint of this X509 certificate.

Returns: The thumbprint as a lowercase 40-character hexadecimal number, or null if this isn't a X509 certificate.

Return value

string Lowercase 40-character hexadecimal number of thumbprint

File

src/XMLSecurityKey.php, line 685

Class

XMLSecurityKey

Namespace

Drupal\miniorange_saml

Code

public function getX509Thumbprint() {
  return $this->X509Thumbprint;
}