Microsoft Security | Microsoft Identity Manager
A tool for managing user identities, credentials, and access across on-premises and cloud environments
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
in the school app I use Microsoft.AspNetCore.Identity
and by this line of code
userManager.CreateAsync(user, data.Password);
save hashpassword in database
by do this is password ecrypted or just hashing or both
A tool for managing user identities, credentials, and access across on-premises and cloud environments