Discuss this help topic in SecureBlackbox Forum

TElAppleCertStorage.CreateKeychain

TElAppleCertStorage     See also     


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


Creates new keychain

Declaration

[C#/Java]
    static void CreateKeychain(string keychainPath);
    static void CreateKeychain(string keychainPath, string password);

[VB.NET]
    Shared Sub CreateKeychain(ByVal keychainPath As String)
    Shared Sub CreateKeychain(ByVal keychainPath As String, ByVal password As String)

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

[C++]
    not available

[PHP]
    not available

Parameters

  • keychainPath - ...
  • password - ...

Description

    ...

See also:     ...    

Discuss this help topic in SecureBlackbox Forum