HttpTransportSecurityElement.Realm プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ダイジェストまたは基本認証の認証レルムを取得または設定します。
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
プロパティ値
認証領域。 既定値は、"" です。
- 属性
注釈
認証レルムは、少なくとも、認証を実行するホストの名前を含む文字列です。 アクセス権のあるユーザーのコレクションも指定できます。
ユーザーは、認証レルムを照会して、複数のユーザー名およびパスワードの候補のうち、どれを使用できるかを調べることができます。