Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GUID をユーザー名に逆にする最善の方法を見つけるのに苦労しています。
何か助けはありますか?
SqlMembershipProviderを使用している限り、
SqlMembershipProvider
var user = Membership.GetUser((object)yourGuid); var userName = user.UserName;