Share via


SqlCeRemoteDataAccess.InternetLogin Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Specifies the Microsoft Internet Information Services (IIS) login name used when connecting to the SQL Server CE Server Agent.

  [Visual Basic]
  Public Property InternetLogin As String
[C#]
public string InternetLogin {get; set;}
[C++]
public: __property String* get_InternetLogin();
public: __property void set_InternetLogin(String*);
[JScript]
public function get InternetLogin() : String;
public function set InternetLogin(String);

Property Value

The IIS login name used when connecting to the SQL Server CE Server Agent. The default is no login.

Remarks

The InternetLogin property is required if the virtual directory that contains the SQL Server CE Server Agent is configured to use Basic authentication or Integrated Windows authentication. When Integrated Windows authentication is used, the InternetLogin is not passed across the network.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeRemoteDataAccess Class | SqlCeRemoteDataAccess Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.