CertificateAuthenticationEvents.OnChallenge 属性

定义

在质询发送回调用方之前调用。

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)

属性值

适用于