You are here

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

Retrieve the private key we should use to sign the assertion.

Return value

XMLSecurityKey|NULL The key, or NULL if no key is specified.

File

includes/Assertion.php, line 1000

Class

SAML2_Assertion

Code

public function getSignatureKey() {
  return $this->signatureKey;
}