Share via


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

속성 값

인증 영역입니다. 기본값은 ""입니다.

특성

설명

인증 영역은 최소한 인증을 수행하는 호스트의 이름을 포함하는 문자열이며, 액세스 권한을 가진 사용자 컬렉션을 지정할 수도 있습니다.

사용자는 여러 개의 사용자 이름 및 암호 중에서 사용할 수 있는 하나를 알아내기 위해 인증 영역을 쿼리할 수 있습니다.

적용 대상