Compartir a través de


CertificateAuthenticationOptions.Events Propiedad

Definición

Objeto proporcionado por la aplicación para procesar eventos generados por el middleware de autenticación de certificados. La aplicación puede implementar la interfaz por completo o puede crear una instancia de CertificateAuthenticationEvents y asignar delegados solo a los eventos que quiere procesar.

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

Valor de propiedad

Se aplica a