次の方法で共有


PublisherConnectionSecurityContext.SecureSqlStandardPassword プロパティ

定義

SQL Server認証をSecureString使用する場合のSqlStandardLoginパスワード (オブジェクトとして) を設定します。

public:
 property System::Security::SecureString ^ SecureSqlStandardPassword { System::Security::SecureString ^ get(); void set(System::Security::SecureString ^ value); };
public System.Security.SecureString SecureSqlStandardPassword { get; set; }
member this.SecureSqlStandardPassword : System.Security.SecureString with get, set
Public Property SecureSqlStandardPassword As SecureString

プロパティ値

SecureString オブジェクト。

注釈

可能な場合は、Windows 認証を使用します。

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

可能であれば、実行時にセキュリティ資格情報の入力を求めるメッセージをユーザーに対して表示します。 資格情報を保存する必要がある場合は、 Windows .NET Framework に用意されている 暗号化サービス Microsoft を使用します。

この名前空間、クラス、またはメンバーは、.NET Framework 2.0 でのみサポートされています。

適用対象