IProcessSecurityContext.Password プロパティ

定義

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

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 パスワードがメモリ上に存在している間、より優れたセキュリティを提供します。

このプロパティはパスワード設定時にのみ使われます。 実際のパスワードは一度も返ってきません。

適用対象