HttpApplication.PostAuthenticateRequest 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
發生於安全性模組建立使用者的識別 (Identity) 時。
public:
event EventHandler ^ PostAuthenticateRequest;
public event EventHandler PostAuthenticateRequest;
member this.PostAuthenticateRequest : EventHandler
Public Custom Event PostAuthenticateRequest As EventHandler
事件類型
備註
事件發生之後 AuthenticateRequest ,就會 PostAuthenticateRequest 引發事件。 訂閱 PostAuthenticateRequest 事件的功能可以存取 所 PostAuthenticateRequest 處理的任何資料。
如需如何處理事件的詳細資訊,請參閱 處理和引發事件。