Implementing Custom MembershipUser

前端 未结 3 1835
清歌不尽
清歌不尽 2020-12-13 22:38

I am going round in circles and need some help in implementing a Custom MembershipUser so that I can add my own custom Properties to the MembershipUser.

I have been f

3条回答
  •  暖寄归人
    2020-12-13 23:05

    Just so you know, I've tried to go down the MembershipProvider path before, and it's a long and windy one. You might see if just creating classes that implement IPrincipal and IIdentity will satisfy your needs, since they entail a lot less overhead.

提交回复
热议问题