HttpApplication.AuthenticateRequest 事件
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
發生於安全性模組建立使用者的識別 (Identity) 時。
public:
event EventHandler ^ AuthenticateRequest;
C#
public event EventHandler AuthenticateRequest;
member this.AuthenticateRequest : EventHandler
Public Custom Event AuthenticateRequest As EventHandler
事件 AuthenticateRequest 會發出已設定驗證機制已驗證目前要求的訊號。 訂閱 AuthenticateRequest 事件可確保在處理附加模組或事件處理常式之前,會先驗證要求。
如需如何處理事件的詳細資訊,請參閱 處理和引發事件。
產品 | 版本 |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |