Compartilhar via


CertificateAuthenticationEvents.OnChallenge Propriedade

Definição

Invocado antes que um desafio seja enviado de volta ao chamador.

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

Valor da propriedade

Aplica-se a