ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ValidatorInterface.php
Go to the documentation of this file.
1 <?php
2 
3 namespace SAML2\Signature;
4 
7 
9 {
18  public function hasValidSignature(
19  SignedElement $signedElement,
20  CertificateProvider $configuration
21  );
22 }
CertificateProvider interface.
hasValidSignature(SignedElement $signedElement, CertificateProvider $configuration)
Validate the signature of the signed Element based on the configuration.