Share via


SqlCeReplication.InternetPassword Property

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

Specifies the password used when connecting to the SQL Server CE Server Agent.

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

Property Value

The Internet Information Services (IIS) password string. The default is no password.

Remarks

The InternetPassword property is required if the SQL Server CE Server Agent is configured to use HTTP Basic Authentication or HTTP Windows Integrated Authentication. When Windows Integrated authentication is used, InternetPassword is not passed across the transport.

When using Basic Authentication, you should configure IIS to use Secure Sockets Layer (SSL) or Private Communication Technology (PCT) encryption to safeguard the user's password. In the absence of SSL or PCT encryption, Basic Authentication transmits passwords across the network in an easily decryptable form. This is unsafe; always use SSL or PCT encryption to safeguard passwords when using Basic Authentication.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeReplication Class | SqlCeReplication 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.