Discuss this help topic in SecureBlackbox Forum

TElAppleCertStorage.AddToSearchList

TElAppleCertStorage     See also     


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


Adds one or more keychains to the keychains search list

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    class procedure AddToSearchList(KeychainPath: WideString);
    class procedure AddToSearchList(KeychainsPath: TStringList);

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • KeychainPath - path to the specific keychan.
  • KeychainsPath - list of paths to multiple keychains.

Description

    Call this method to add one or more keychains to the keychain search list.

See also:     Add    

Discuss this help topic in SecureBlackbox Forum