Właściwość HttpProtocol.AuthenticationRealm
Pobiera lub ustawia wskazówką obszaru uwierzytelniania używany w challenge uwierzytelnianie HTTP.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property AuthenticationRealm As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A String wartość zawiera wskazówki obszaru uwierzytelniania używany w challenge uwierzytelnianie HTTP.
Uwagi
Klient wysyła żądanie protokołu SOAP HTTP punktu końcowego.AuthenticationRealm Wartość właściwość jest uwzględnione w challenge uwierzytelnianie HTTP, który jest zwracany do klient.
AuthenticationRealm Właściwość jest wymagana tylko wtedy, gdy HttpAuthenticationModes właściwość jest zestaw na wartość szyfrowanego.