Discuss this help topic in SecureBlackbox Forum

TElAppleCertStorage.RemoveFromSearchList

TElAppleCertStorage     See also     


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


Removes keychains from the keychains search list.

Declaration

[C#]
    not available

[VB.NET]
    not available

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

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • KeychainPath - the keychain to be removed.
  • KeychainsPath - the list of keychains to be removed.

Description

    Use this method to remove one or more keychains from the search list.

See also:     Keychains    

Discuss this help topic in SecureBlackbox Forum