AuthenticationSchemeOptions.ForwardForbid Proprietà

Definizione

Se impostato, specifica lo schema di destinazione a cui deve essere inoltrata la chiamata ForbidAsync. Ad esempio Context.ForbidAsync("ThisScheme") => Context.ForbidAsync("ForwardForbidValue"); Impostare la destinazione sullo schema corrente per disabilitare l'inoltro e consentire la normale elaborazione.

public:
 property System::String ^ ForwardForbid { System::String ^ get(); void set(System::String ^ value); };
public string ForwardForbid { get; set; }
public string? ForwardForbid { get; set; }
member this.ForwardForbid : string with get, set
Public Property ForwardForbid As String

Valore della proprietà

Si applica a