SecurityTokenHandler.TraceTokenValidationSuccess(SecurityToken) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當啟用追蹤時,追蹤安全性權杖驗證成功事件。
protected:
void TraceTokenValidationSuccess(System::IdentityModel::Tokens::SecurityToken ^ token);
protected void TraceTokenValidationSuccess (System.IdentityModel.Tokens.SecurityToken token);
member this.TraceTokenValidationSuccess : System.IdentityModel.Tokens.SecurityToken -> unit
Protected Sub TraceTokenValidationSuccess (token As SecurityToken)
參數
- token
- SecurityToken
已驗證的權杖。
備註
成功驗證令牌之後,應該從 ValidateToken 方法呼叫這個方法。