Search results for "sdk windows impersonate"
Sort by:
-
Answered
-
Answered
-
-
-
-
-
NET application and using the SDK and Windows AD user authentication with impersonation . The code they are running is below. When we run our browser ... authenticating from IIS to Laserfiche impersonating with the AD credentials from client’s browser. And here’s the error from our first TRY Statement: Error ......
-
-
an example of how to impersonate a user with a windows service. Upon using session.Login(repositoryreg), I get the following error: Could not load ... its dependencies. Either a required impersonation level was not provided, or the provided impersonation level is invalid. (Exception from HRESULT: 0x80070542) I verified that the ......
-
Answeredthe licensing to use the SDK . Does the SDK license is for the VAR or each client must obtain a license to run Laserfiche integrations ... to a Laserfiche Repository through Windows Authentication? Is there a way to connect an application to a Laserfiche Repository without consume a user license?...
-
Answeredweb service using the Laserfiche SDK . This facilitates the viewing of a stored PDF or TIFF file directly in the user’s browser upon clicking ... the web server to use Windows Authentication with allowedImpersonationLevel set to ‘Delegation’. We have set up the Kerberos token to allow pass-through on HTTP ......
-
-
in to their computers using Windows Authentication and then connecting through a browser to a web application that also authenticates them using Windows Authentication. From ... trying to connect with the Windows credentials of the user who's connected to the web application. My code (C#) looks something like this ......
-
Answered
-
using below code from Laserfiche SDK 9.0 help file but not working. Am I missing any line of code? To create a connection using ... log into a repository using Windows authentication. RA [C#] // Using the Server object to retrieve list of repositories Server myServ = new Server("MyServerName"); RepositoryRegistrationCollectio ......