Discuss this help topic in SecureBlackbox Forum

TElWinCertStorage.ImportWizard

TElWinCertStorage     See also     


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


Allows to import certificates using the system wizard.

Declaration

[C#]
    static bool ImportWizard(IntPtr Owner);

[VB.NET]
    Shared Function ImportWizard(ByVal Owner As IntPtr) As Boolean

[Pascal]
    class function ImportWizard(Owner : HWND) : boolean;

[C++]
    static bool ImportWizard(uint32_t Owner);

[PHP]
    bool ImportWizard(integer $Owner)

[Java]
    static boolean importWizard(TElWinCertStorage> this, long Owner);

Parameters

  • Owner - a handle to the window that is the parent of wizard.

Return value

    Returns True if the certificate(s) were successfully imported, and False otherwise.

Description

    This method allows to import certificates to the storage using system certificate import wizard.

See also:     Select    

Discuss this help topic in SecureBlackbox Forum