Discuss this help topic in SecureBlackbox Forum

TElAppleCertStorage.DeleteKeychain

TElAppleCertStorage     See also     


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


Deletes the existing keychain.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    class procedure DeleteKeychain(const keychainPath: WideString);
    class procedure DeleteKeychain(const keychainPath: WideString; const password: WideString);

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • keychainPath - the keychain to be deleted.
  • password - password to the keychain.

Description

    Use this method to delete keychains.

See also:     CreateKeychain     Keychains    

Discuss this help topic in SecureBlackbox Forum