public function SAML2_Assertion::getAuthnContextDecl in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7
Get the authentication context declaration.
See: @url http://docs.oasis-open.org/security/saml/v2.0/saml-authn-context-2.0-os.pdf
Return value
\SAML2_XML_Chunk|NULL
File
- includes/
Assertion.php, line 873
Class
Code
public function getAuthnContextDecl() {
return $this->authnContextDecl;
}