Partager via


CertificateAuthenticationOptions.Events Propriété

Définition

Objet fourni par l’application pour traiter les événements déclenchés par l’intergiciel d’authentification de certificat. L’application peut implémenter entièrement l’interface ou créer un instance de CertificateAuthenticationEvents et affecter des délégués uniquement aux événements qu’elle souhaite traiter.

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

Valeur de propriété

S’applique à