MergePullSubscription.SecureInternetPassword プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
HTTP 基本認証を使用して Web サーバーに接続するときに使用されるパスワードを SecureString オブジェクトとして設定します。
public:
property System::Security::SecureString ^ SecureInternetPassword { System::Security::SecureString ^ get(); void set(System::Security::SecureString ^ value); };
public System.Security.SecureString SecureInternetPassword { get; set; }
member this.SecureInternetPassword : System.Security.SecureString with get, set
Public Property SecureInternetPassword As SecureString
プロパティ値
SecureString 値。
注釈
SecureInternetPassword プロパティを使用することで、パスワードがメモリに保持されている間のセキュリティが強化されます。パスワードを設定するときには、InternetPassword プロパティではなくこのプロパティを使用してください。
可能であれば、実行時、ユーザーに対してセキュリティ資格情報の入力を要求します。 資格情報を保存する必要がある場合は、 Windows .NET Framework に用意されている 暗号化サービス Microsoft を使用します。
SecureInternetPassword によってパスワードが返されることはありません。
Web 同期では、BasicAuthentication を使用する必要があります。 詳細については、 マージ レプリケーションの Web 同期」を参照してください 。
プロパティは SecureInternetPassword 、サブスクライバーの sysadmin 固定サーバー ロールのメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner メンバーによってのみ設定できます。
プロパティの SecureInternetPassword 設定は、 sp_addmergepullsubscription_agent または sp_changemergepullsubscriptionの実行と同じです。
このプロパティは、 プロパティが true のUseWebSynchronization場合にのみ使用されます。