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

プロパティ値

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

属性

注釈

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

ユーザーは認証領域に対してクエリを実行して、使用可能な複数のユーザー名とパスワードのうちどれを使用できるかを理解できます。

適用対象