PHP 클래스 Attribute_Verifier

파일 보기 프로젝트 열기: openid/php-openid

공개 메소드들

메소드 설명
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 )