Discuss this help topic in SecureBlackbox Forum

TElOCSPResponse.GetSignerCertificate

TElOCSPResponse     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns the certificate, used to sign the response obtained from the OCSP server.

Declaration

[C#]
    TElX509Certificate GetSignerCertificate();

[VB.NET]
    Function GetSignerCertificate() As TElX509Certificate

[Pascal]
    function GetSignerCertificate : TElX509Certificate;

[C++]
    TElX509CertificateHandle GetSignerCertificate();

[PHP]
    TElX509Certificate GetSignerCertificate()

[Java]
    TElX509Certificate getSignerCertificate();

Description

    Use this method to obtain the certificate which was used to sign the response obtained from the OCSP server.

See also:     Validate    

Discuss this help topic in SecureBlackbox Forum