다음을 통해 공유


NegotiateOptions.Events 속성

정의

협상 인증 처리기에서 발생한 이벤트를 처리하기 위해 애플리케이션에서 제공하는 개체입니다. 애플리케이션은 기존 NegotiateEvents instance 사용하고 처리하려는 이벤트에만 대리자를 할당할 수 있습니다. 애플리케이션은 자체 파생 instance 대체할 수도 있습니다.

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

속성 값

적용 대상