Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6592955
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T17:37:15+00:00 2026-05-25T17:37:15+00:00

Is it possible to store additional data specific to the currently logged on user

  • 0

Is it possible to store additional data specific to the currently logged on user somehow?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T17:37:15+00:00Added an answer on May 25, 2026 at 5:37 pm

    Certainly! If you are not familiar with writing an extension, there are the VB.NET and C# guides on the subject.

    You will need to extend the System.Security.Principal.IIdentity interface. As an example:

    Declaration:

    Imports System.Runtime.CompilerServices
    
    Module Extensions
    
        <Extension()>
        Function GetMyCustomProperty(anIdentity As System.Security.Principal.IIdentity, myParameter As Integer) As Object
    
            Return New Object()
    
        End Function
    
    End Module
    

    Usage:

    User.Identity.GetMyCustomProperty(4)
    

    NOTES:

    • The C# code is a fair deal different so it’s worth looking at the
      guides on how extensions are implemented in general. Running this
      code through a VB.NET => C# converter is not enough.

    • Extensions may only be methods. You may not program custom properties. This will likely mean implementing getter/setter methods if you want property-like behavior.

    EDIT:

    After seeing your comments, I assume you are doing this to provide a sort of crude functionality similar to a user profile. Consider using a profile provider in concert with any membership you are currently using if you’d like this functionality.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

A few days ago, I asked why its not possible to store binary data,
I've come to the point where I need to store some additional data about
Is it possible to store encrypted connection string so it can be used from
Is it possible to store passwords on the local system (Windows XP) that can
Is it possible to store the results of a call to exec sp_executesql in
Is it possible to store a type name as a C++ variable? For example,
Is it possible to store erb templates in database? How?
Is it possible to store the credentials that I use to connect to my
I understand it is possible to store images in Databases as Binary large objects.
I was talking to somebody a recently who mentioned it was possible to store

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.