Compartir a través de


HttpProtocol.AuthenticationRealm Propiedad

Gets or sets an authentication realm hint used in the HTTP authentication challenge.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property AuthenticationRealm As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
A String value that contains the authentication realm hint used in the HTTP authentication challenge.

Comentarios

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.

Ejemplos

Implementar extremos

Vea también

Referencia

HttpProtocol Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo