IProcessSecurityContext.Password プロパティ

定義

プロパティで指定された Microsoft Windows セキュリティ アカウントのパスワードを Login 取得または設定します。

public:
 property System::String ^ Password { System::String ^ get(); void set(System::String ^ value); };
public string Password { get; set; }
member this.Password : string with get, set
Public Property Password As String

プロパティ値

空の文字列。

注釈

サブスクライバーのパスワードは、SecurePassword プロパティを使用して設定する必要があります。 SecurePassword では、パスワードがメモリに保持されている間のセキュリティが強化されています。

このプロパティは、パスワードの設定時にのみ使用します。 実際のパスワードが返されることはありません。

適用対象