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 在密碼存在於記憶體中時,能提供更好的安全性。

此特性僅用於設定密碼。 實際密碼從未被回傳。

適用於