G
Guest
Once a user has signed in I would like to cache the authentication that has
happened so I need to serialize GenericPrincipal. I would like to serailize
this object to a string that will be stored in a database untill neeed later.
The problem that I am running into is that when I try to serializae
GenericPrincipal I get an error indicating that GenericPrincipal cannot be
serialized because there is no default constuctor. Anybody have any ideas for
work arounds?
Thank you.
Kevin Burton
(e-mail address removed)
happened so I need to serialize GenericPrincipal. I would like to serailize
this object to a string that will be stored in a database untill neeed later.
The problem that I am running into is that when I try to serializae
GenericPrincipal I get an error indicating that GenericPrincipal cannot be
serialized because there is no default constuctor. Anybody have any ideas for
work arounds?
Thank you.
Kevin Burton
(e-mail address removed)