I have no use for the ProviderUserKey in the MembershipUser object, as my roles database has it's own ID's.
If I'm using C#, how do I call the membershipuser constructor so that it creates the user without this key?
What are the implications of not providing this key to the provider? Does the ProviderUserKey become part of the Principal object in the FormsAuthentication cookie?