Method | Description | |
---|---|---|
load_trusted_root_cert ( string $cert ) | This function loads the public key certificate that the relying party trusts. | |
verify ( $responseXmlString ) | Verifies the certificate given the SAML document. |
public load_trusted_root_cert ( string $cert ) | ||
$cert | string | - Trusted public key certificate. |
public verify ( $responseXmlString ) |