PublisherConnectionSecurityContext.SecureSqlStandardPassword プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SQL Server認証を使用する際、SqlStandardLoginのパスワード(SecureStringオブジェクトとして)を設定します。
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の代わりに使用すべきです。
可能であれば、実行時にセキュリティ認証情報の入力を促してください。 認証情報を保存する必要がある場合は、Microsoft Windows .NETフレームワークが提供する暗号サービスを利用してください。
この名前空間、クラス、またはメンバーは.NETフレームワークのバージョン2.0でのみサポートされています。