Continuing the discussion from How to get email from twitter user using OAuthTokens:
This looks like a .NET API question?
Once the user has authenticated using OAuth, you’ll want to call GET account/verify_credentials with the appropriate options as described in the documentation (note that your application must also be whitelisted).