次の方法で共有


NegotiateEvents.OnChallenge プロパティ

定義

チャレンジが呼び出し元に送り返される前に呼び出されます。

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)

プロパティ値

適用対象