public function SAML2_Assertion::getEncryptionKey in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7
Return the key we should use to encrypt the assertion.
Return value
XMLSecurityKey|NULL The key, or NULL if no key is specified..
File
- includes/
Assertion.php, line 1028
Class
Code
public function getEncryptionKey() {
return $this->encryptionKey;
}