Show / Hide Table of Contents

Interface IPasswordProvider

Represent a class that can generate a password.

Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public interface IPasswordProvider

Methods

GeneratePassword()

Generates a random password.

Declaration
string GeneratePassword()
Returns
String

A random password.

Back to top Generated by DocFX