次の方法で共有


CertificateAuthenticationEvents.OnAuthenticationFailed プロパティ

定義

認証が失敗すると、このプロパティに割り当てられたデリゲートが呼び出されます。

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

プロパティ値

適用対象