次の方法で共有


HttpTransportSecurityElement.Realm プロパティ

定義

ダイジェストまたは基本認証の認証レルムを取得または設定します。

public:
 property System::String ^ Realm { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("realm", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string Realm { get; set; }
[<System.Configuration.ConfigurationProperty("realm", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.Realm : string with get, set
Public Property Realm As String

プロパティ値

String

認証領域。 既定値は、"" です。

属性

注釈

認証レルムは、少なくとも、認証を実行するホストの名前を含む文字列です。 アクセス権のあるユーザーのコレクションも指定できます。

ユーザーは、認証レルムを照会して、複数のユーザー名およびパスワードの候補のうち、どれを使用できるかを調べることができます。

適用対象