WsFederationOptions.Events Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera lub ustawia WsFederationEvents element do wywołania podczas przetwarzania komunikatów WsFederation.
public:
property Microsoft::AspNetCore::Authentication::WsFederation::WsFederationEvents ^ Events { Microsoft::AspNetCore::Authentication::WsFederation::WsFederationEvents ^ get(); void set(Microsoft::AspNetCore::Authentication::WsFederation::WsFederationEvents ^ value); };
public Microsoft.AspNetCore.Authentication.WsFederation.WsFederationEvents Events { get; set; }
member this.Events : Microsoft.AspNetCore.Authentication.WsFederation.WsFederationEvents with get, set
Public Property Events As WsFederationEvents