Discuss this help topic in SecureBlackbox Forum

TElClientTSPInfo.GetSignerCertificate

TElClientTSPInfo     


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


Returns the certificate, used to sign the response obtained from the TSP 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 TSP server.

Discuss this help topic in SecureBlackbox Forum