public function XMLSecurityKey::getX509Thumbprint in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7
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
- includes/
XMLSecurityKey.php, line 718
Class
Code
public function getX509Thumbprint() {
return $this->X509Thumbprint;
}