标签: c# asp.net-identity
我有一个带有Guid ID的UserProfile类。 Owin IdentityUser具有Int Id。我试图将IdentityUser链接到UserProfileClass。我知道如何将Int转换为Guid,但这只允许4字节的用户数而不是16字节。如何克服这个?