Condividi tramite


CertificateAuthenticationOptions.Events Proprietà

Definizione

Oggetto fornito dall'applicazione per elaborare gli eventi generati dal middleware di autenticazione del certificato. L'applicazione può implementare completamente l'interfaccia oppure può creare un'istanza di CertificateAuthenticationEvents e assegnare delegati solo agli eventi da elaborare.

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

Valore della proprietà

Si applica a