NegotiateOptions.Events 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
應用程式所提供的 物件,用來處理交涉驗證處理常式所引發的事件。 應用程式可以使用現有的 NegotiateEvents 實例,並只將委派指派給它想要處理的事件。 應用程式也可以將其取代為自己的衍生實例。
public:
property Microsoft::AspNetCore::Authentication::Negotiate::NegotiateEvents ^ Events { Microsoft::AspNetCore::Authentication::Negotiate::NegotiateEvents ^ get(); void set(Microsoft::AspNetCore::Authentication::Negotiate::NegotiateEvents ^ value); };
public Microsoft.AspNetCore.Authentication.Negotiate.NegotiateEvents Events { get; set; }
public Microsoft.AspNetCore.Authentication.Negotiate.NegotiateEvents? Events { get; set; }
member this.Events : Microsoft.AspNetCore.Authentication.Negotiate.NegotiateEvents with get, set
Public Property Events As NegotiateEvents