IdentityPasswordGenerator 1.0.3
.NET 6.0
Install-Package IdentityPasswordGenerator -Version 1.0.3
dotnet add package IdentityPasswordGenerator --version 1.0.3
<PackageReference Include="IdentityPasswordGenerator" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IdentityPasswordGenerator --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: IdentityPasswordGenerator, 1.0.3"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install IdentityPasswordGenerator as a Cake Addin
#addin nuget:?package=IdentityPasswordGenerator&version=1.0.3
// Install IdentityPasswordGenerator as a Cake Tool
#tool nuget:?package=IdentityPasswordGenerator&version=1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
IdentityPasswordGenerator
IdentityPasswordGenerator is a library for generating passwords based on ASP.NET Core Identity password options.
Usage
Get the package from NuGet.
Then in your code:
using IdentityPasswordGenerator;
using Microsoft.AspNetCore.Identity;
var passwordGenerator = new PasswordGenerator();
var options = new PasswordOptions();
var password = passwordGenerator.GeneratePassword(options);
See IPasswordGenerator for more details.
Credits
The idea of this library is coming from this Stack Overflow answer.
Product | Versions |
---|---|
.NET | net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Microsoft.Extensions.Identity.Core (>= 6.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.