Discuss this help topic in SecureBlackbox Forum

TElCertificateRevocationList.IsPresent

TElCertificateRevocationList     


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


Checks whether certificate information is already present in the CRL

Declaration

[C#]
    bool IsPresent(TElX509Certificate Certificate);

[VB.NET]
    Function IsPresent(ByVal Certificate As TElX509Certificate) As Boolean

[Pascal]
    function IsPresent(Certificate : TElX509Certificate) : boolean;

[C++]
    bool IsPresent(TElX509Certificate &Certificate);
    bool IsPresent(TElX509Certificate *Certificate);

[PHP]
    bool IsPresent(TElX509Certificate $Certificate)

[Java]
    boolean isPresent(TElX509Certificate Certificate);

Parameters

Return value

    True - if certificate information is present in the CRL.
    False - otherwise.

Description

    Use this method to check if certificate information is already present in the CRL.

Discuss this help topic in SecureBlackbox Forum