HttpProtocol.AuthenticationRealm プロパティ

HTTP 認証要求で使用される認証領域ヒントを取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property AuthenticationRealm As String 
    Get 
    Set
'使用
Dim instance As HttpProtocol 
Dim value As String 

value = instance.AuthenticationRealm

instance.AuthenticationRealm = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string AuthenticationRealm { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ AuthenticationRealm {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member AuthenticationRealm : string with get, set
function get AuthenticationRealm () : String 
function set AuthenticationRealm (value : String)

プロパティ値

型: System.String
HTTP 認証チャレンジで使用される認証領域ヒントを表す String 値。

説明

クライアントは、HTTP エンドポイントに SOAP 要求を送信します。 AuthenticationRealm プロパティ値は、クライアントに返される HTTP 認証チャレンジに含まれます。

AuthenticationRealm プロパティは、HttpAuthenticationModes プロパティの値が Digest に設定されている場合のみ必要です。

使用例

エンドポイントの実装

関連項目

参照

HttpProtocol クラス

Microsoft.SqlServer.Management.Smo 名前空間