Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/314.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# internet explorer的“绕过凭据”对话框_C#_Internet Explorer_Credentials - Fatal编程技术网

C# internet explorer的“绕过凭据”对话框

C# internet explorer的“绕过凭据”对话框,c#,internet-explorer,credentials,C#,Internet Explorer,Credentials,我的c#应用程序为不同的web URL/域打开Internet explorer。 我将所有这些凭证信息(用户名、密码和域名)存储在每个web应用程序的数据库中。 现在,我如何在不使用代码在“网络凭据”对话框中输入凭据或绕过该对话框的情况下自动进行身份验证?换句话说,我需要将这些凭证存储在系统中,所以不需要输入。 我使用的是c#您可以使用,但这将存储浏览器历史记录中的信息

我的c#应用程序为不同的web URL/域打开Internet explorer。 我将所有这些凭证信息(用户名、密码和域名)存储在每个web应用程序的数据库中。 现在,我如何在不使用代码在“网络凭据”对话框中输入凭据或绕过该对话框的情况下自动进行身份验证?换句话说,我需要将这些凭证存储在系统中,所以不需要输入。 我使用的是c#

您可以使用,但这将存储浏览器历史记录中的信息