PHP Класс Attribute_Verifier

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

load_trusted_root_cert() публичный Метод

This function loads the public key certificate that the relying party trusts.
public load_trusted_root_cert ( string $cert )
$cert string - Trusted public key certificate.

verify() публичный Метод

Verifies the certificate given the SAML document.
public verify ( $responseXmlString )