Compartilhar via


CertificateAuthenticationOptions.Events Propriedade

Definição

O objeto fornecido pelo aplicativo para processar eventos gerados pelo middleware de autenticação de certificado. O aplicativo pode implementar totalmente a interface ou pode criar uma instância de CertificateAuthenticationEvents e atribuir delegados somente aos eventos que deseja processar.

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 da propriedade

Aplica-se a