Discuss this help topic in SecureBlackbox Forum

TElCustomCRLRetriever.GetCRL

TElCustomCRLRetriever     See also     


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


Retrieves the CRL.

Declaration

[VB.NET]
    Function GetCRL(ByVal ACertificate As TElX509Certificate, ByVal CACertificate As TElX509Certificate, ByVal NameType As TSBGeneralName, ByVal Location As String) As TElCertificateRevocationList

[Java]
    TElCertificateRevocationList getCRL(TElX509Certificate arg0, TElX509Certificate arg1, TSBGeneralName arg2, String arg3);

Parameters

  • ACertificate - Certificate for which CRL is needed
  • CACertificate - CA Certificate
  • NameType - Specifies type of the name which identifies CRL location
  • Location - Location of the CRL to be retrieved

Possible NameType values:

Return value

    CRL

Description

    Override this function to implement retrieval of the CRL from given location.

See also:     SupportsNameType    

Discuss this help topic in SecureBlackbox Forum