CertificateAuthenticationOptions.Events Property

Definition

The object provided by the application to process events raised by the certificate authentication middleware. The application may implement the interface fully, or it may create an instance of CertificateAuthenticationEvents and assign delegates only to the events it wants to process.

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

Property Value

Applies to