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

속성 값

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

특성

설명

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

사용자는 인증 영역을 쿼리하여 사용할 수 있는 몇 가지 사용자 이름 및 암호 중 하나를 이해할 수 있습니다.

적용 대상