Sdílet prostřednictvím


CertificateAuthenticationOptions.Events Vlastnost

Definice

Objekt poskytnutý aplikací ke zpracování událostí vyvolaný middlewarem ověřování certifikátů. Aplikace může rozhraní plně implementovat, nebo může vytvořit instanci CertificateAuthenticationEvents a přiřadit delegáty pouze k událostem, které chce zpracovat.

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

Hodnota vlastnosti

Platí pro