AuthenticationRealm 속성
Gets or sets an authentication realm hint used in the HTTP authentication challenge.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public Property AuthenticationRealm As String
Get
Set
‘사용 방법
Dim instance As HttpProtocol
Dim value As String
value = instance.AuthenticationRealm
instance.AuthenticationRealm = value
[SfcPropertyAttribute]
public string AuthenticationRealm { get; set; }
[SfcPropertyAttribute]
public:
property String^ AuthenticationRealm {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member AuthenticationRealm : string with get, set
function get AuthenticationRealm () : String
function set AuthenticationRealm (value : String)
속성 값
형식: System. . :: . .String
A String value that contains the authentication realm hint used in the HTTP authentication challenge.
주의
The client sends a SOAP request to the HTTP endpoint. The AuthenticationRealm property value is included in the HTTP authentication challenge that is returned to the client.
The AuthenticationRealm property is required only when the HttpAuthenticationModes property is set to the value Digest.