Aspose.Pdf.Examples.CSharp.AsposePDFFacades.Printing.CheckPrintJobStatus.GetCurrentUserCredentials C# (CSharp) Method

GetCurrentUserCredentials() private static method

private static GetCurrentUserCredentials ( ) : string
return string
        private static string GetCurrentUserCredentials()
        {
            // The implementation depends on type of running application (ASP.NET, Windows forms, etc.)
            string userCredentials = string.Empty;
            return userCredentials;
        }
        // ExEnd:GetCurrentUserCredentials