Discuss this help topic in SecureBlackbox Forum

TElXMLCertIDList.HasCertificate

TElXMLCertIDList     See also     


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


Checks whether the X.509 certificate is in the list.

Declaration

[C#]
    int HasCertificate(TElX509Certificate ACertificate);

[VB.NET]
    Function HasCertificate(ByVal ACertificate As TElX509Certificate) As Integer

[Pascal]
    function HasCertificate(ACertificate : TElX509Certificate) : integer;

[C++]
    int32_t HasCertificate(TElX509Certificate &ACertificate);
    int32_t HasCertificate(TElX509Certificate *ACertificate);

[PHP]
    integer HasCertificate(TElX509Certificate $ACertificate)

[Java]
    int hasCertificate(TElX509Certificate ACertificate);

Parameters

  • ACertificate - the certificate to be found in the list

Return value

    Number of the certificate identifier in the list, if it exists;
    -1 if the certificate isn't in list.

Description

    Call this method to find the X.509 certificate identifier in the list.

See also:     Add     AddCertificate    

Discuss this help topic in SecureBlackbox Forum