brembos
unread,Mar 24, 2011, 4:21:50 AM3/24/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Moq Discussions
Tryed using Reflector to look inside UserPrincipal, which is part of
the framework, didn't find anything. But I guess you are on the right
track.
I've also tried to make my own class, inheriting from UserPrincipal:
public class UserPrincipalStub : UserPrincipal. Which gets me a bit
further, but gives an key not found exception trying to set one of the
properties.