You are here

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

Set $EncryptedAttributes if attributes will send encrypted

Parameters

boolean $ea TRUE to encrypt attributes in the assertion.:

File

includes/Assertion.php, line 677

Class

SAML2_Assertion

Code

public function setEncryptedAttributes($ea) {
  $this->requiredEncAttributes = $ea;
}