次の方法で共有


MergePullSubscription.SecureInternetPassword Property

HTTP 基本認証を使用して Web サーバーに接続するときに使用されるパスワードを SecureString オブジェクトとして設定します。

名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (microsoft.sqlserver.rmo.dll 内)

構文

'宣言
Public Property SecureInternetPassword As SecureString
public SecureString SecureInternetPassword { get; set; }
public:
property SecureString^ SecureInternetPassword {
    SecureString^ get ();
    void set (SecureString^ value);
}
/** @property */
public SecureString get_SecureInternetPassword ()

/** @property */
public void set_SecureInternetPassword (SecureString value)
public function get SecureInternetPassword () : SecureString

public function set SecureInternetPassword (value : SecureString)

プロパティ値

SecureString 値です。

解説

SecureInternetPassword プロパティでは、パスワードがメモリに保持されている間のセキュリティが強化されています。パスワードを設定するときには、InternetPassword プロパティではなくこのプロパティを使用してください。

可能な場合は、実行時にセキュリティ資格情報の入力を求めるメッセージをユーザーに対して表示します。資格情報を格納する必要がある場合は、Microsoft Windows .NET Framework で提供される cryptographic services を使用します。

SecureInternetPassword によってパスワードが返されることはありません。

Web 同期では、BasicAuthentication を使用する必要があります。詳細については、「マージ レプリケーションの Web 同期」を参照してください。

SecureInternetPassword プロパティを設定できるのは、サブスクライバ側の固定サーバー ロール sysadmin のメンバ、またはサブスクリプション データベースの固定データベース ロール db_owner のメンバだけです。

SecureInternetPassword プロパティを設定すると、sp_addmergepullsubscription_agent または sp_changemergepullsubscription を実行したのと同じことになります。

SecureInternetPassword プロパティは、Microsoft SQL Server 2005 のインスタンスでのみ使用できます。

このプロパティは、UseWebSynchronization プロパティが true の場合のみ使用されます。

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

MergePullSubscription Class
MergePullSubscription Members
Microsoft.SqlServer.Replication Namespace

その他の技術情報

マージ レプリケーションの Web 同期を構成する方法 (RMO プログラミング)