Discuss this help topic in SecureBlackbox Forum

TElAppleCertStorage.CreateKeychain

TElAppleCertStorage     See also     


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


Creates a new keychain

Declaration

[C#]
    not available

[VB.NET]
    not available

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

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • keychainPath - the path to the new keychain.
  • password - specifies the keychain password.

Description

    Use this method to create a new keychain.

See also:     DeleteKeychain     Keychains    

Discuss this help topic in SecureBlackbox Forum