Freigeben über


SiteAuthSettings.UnauthenticatedClientAction Eigenschaft

Definition

Ruft die Aktion ab, die ausgeführt werden soll, wenn ein nicht authentifizierter Client versucht, auf die App zuzugreifen, oder legt diese fest. Mögliche Werte: "RedirectToLoginPage", "AllowAnonymous"

[Newtonsoft.Json.JsonProperty(PropertyName="properties.unauthenticatedClientAction")]
public Microsoft.Azure.Management.WebSites.Models.UnauthenticatedClientAction? UnauthenticatedClientAction { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.unauthenticatedClientAction")>]
member this.UnauthenticatedClientAction : Nullable<Microsoft.Azure.Management.WebSites.Models.UnauthenticatedClientAction> with get, set
Public Property UnauthenticatedClientAction As Nullable(Of UnauthenticatedClientAction)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: