共用方式為


CertificateAuthenticationOptions.Events 屬性

定義

應用程式所提供的 物件,用來處理憑證驗證中介軟體所引發的事件。 應用程式可以完整實作 介面,也可以建立 CertificateAuthenticationEvents 的實例,並只將委派指派給想要處理的事件。

public:
 property Microsoft::AspNetCore::Authentication::Certificate::CertificateAuthenticationEvents ^ Events { Microsoft::AspNetCore::Authentication::Certificate::CertificateAuthenticationEvents ^ get(); void set(Microsoft::AspNetCore::Authentication::Certificate::CertificateAuthenticationEvents ^ value); };
public Microsoft.AspNetCore.Authentication.Certificate.CertificateAuthenticationEvents Events { get; set; }
public Microsoft.AspNetCore.Authentication.Certificate.CertificateAuthenticationEvents? Events { get; set; }
member this.Events : Microsoft.AspNetCore.Authentication.Certificate.CertificateAuthenticationEvents with get, set
Public Property Events As CertificateAuthenticationEvents

屬性值

適用於