OAuthEvents.OnCreatingTicket 속성

정의

CreatingTicket 메서드가 호출될 때 호출되는 함수를 가져오거나 설정합니다.

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

속성 값

적용 대상