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

プロパティ値

基本認証とダイジェスト認証に使用するパスワード。

注釈

リモート処理のセキュリティと認証方法の詳細については、「リモート処理 のセキュリティ」を参照してください。

適用対象

こちらもご覧ください