通过


RemotingClientProxy.Password 属性

定义

获取或设置用于基本身份验证和摘要式身份验证的密码。

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

属性值

用于基本身份验证和摘要式身份验证的密码。

适用于

另请参阅