Partager via


NegotiateEvents.OnChallenge Propriété

Définition

Appelé avant qu’une requête ne soit renvoyée à l’appelant.

public:
 property Func<Microsoft::AspNetCore::Authentication::Negotiate::ChallengeContext ^, System::Threading::Tasks::Task ^> ^ OnChallenge { Func<Microsoft::AspNetCore::Authentication::Negotiate::ChallengeContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::Negotiate::ChallengeContext ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Authentication.Negotiate.ChallengeContext,System.Threading.Tasks.Task> OnChallenge { get; set; }
member this.OnChallenge : Func<Microsoft.AspNetCore.Authentication.Negotiate.ChallengeContext, System.Threading.Tasks.Task> with get, set
Public Property OnChallenge As Func(Of ChallengeContext, Task)

Valeur de propriété

S’applique à