Discuss this help topic in SecureBlackbox Forum

TElCustomCertificateRetriever.SupportsLocation

TElCustomCertificateRetriever     See also     


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


Detects whether retrieval from the specifie location is supported.

Declaration

[C#]
    bool SupportsLocation(TSBGeneralName NameType, string URI);

[VB.NET]
    Function SupportsLocation(ByVal NameType As TSBGeneralName, ByVal URI As String) As Boolean

[Pascal]
    function SupportsLocation(NameType : TSBGeneralName; const URI : string) : boolean; virtual; abstract;

[C++]
    bool SupportsLocation(TSBGeneralName NameType, const std::string &URI);

[PHP]
    bool SupportsLocation(integer $NameType, string $URI)

[Java]
    boolean supportsLocation(TSBGeneralName arg0, String arg1);

Parameters

  • NameType - specifies the NameType value which identifies the certificate location.
  • URI - identifies the name of the resource.

Possible NameType values:

Return value

Returns True if the location is supported, False otherwise.

Description

This function tells the Certificate Validator whether retrieval of the certificates from the specified location is supported.

See also:     RetrieveCertificate    

Discuss this help topic in SecureBlackbox Forum