Eplan Platform API
Eplan.EplApi.Starter Namespace / ComHelper Class / InitializeComSecurity Method

In This Topic
    InitializeComSecurity Method
    In This Topic
    initialize the DCOM security which needed to connect to license manager (ELM).
    Syntax
    public void InitializeComSecurity()
    public:
    void InitializeComSecurity(); 
    Remarks
    sample: static class Program { //The main entry point for the application. [STAThread] static void Main() { Eplan.EplApi.Starter.ComHelper cHelper; cHelper.InitializeComSecurity(); .. .. Application.Run(....); }
    See Also