Share via


ServiceAuthenticationOptions.Realm Property

 

The realm to use for HTTP Basic Authentication which allows browsers to authenticate against resources that require either Application or Admin level access.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public string Realm { get; set; }
public:
property String^ Realm {
    String^ get();
    void set(String^ value);
}
member Realm : string with get, set
Public Property Realm As String

Property Value

Type: System.String

See Also

ServiceAuthenticationOptions Class
Microsoft.WindowsAzure.Mobile.Service.Security Namespace

Return to top