共用方式為


NegotiateOptions.Events 屬性

定義

應用程式所提供的 物件,用來處理交涉驗證處理常式所引發的事件。 應用程式可以使用現有的 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

屬性值

適用於