You are here

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

Return value

bool

File

includes/Assertion.php, line 1068

Class

SAML2_Assertion

Code

public function getWasSignedAtConstruction() {
  return $this->wasSignedAtConstruction;
}