Aspose.Cells.Examples.CSharp.Articles.AssignValidateDigitalSignatures.Run C# (CSharp) Method

Run() public static method

public static Run ( ) : void
return void
        public static void Run()
        {
            // ExStart:1
            // The path to the documents directory.
            string dataDir = RunExamples.GetDataDir(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);

            // Program test = new MyTest();
            // Test.testSign();
            // Test.testvalidateSign();
            Console.ReadLine();
            // ExEnd:1
            
            
        }
    }
AssignValidateDigitalSignatures