Interface IPasswordManagerImplementation
Inherited Members
IPasswordManager.GeneratePassword(PasswordFamily, PasswordRepresentationType, PasswordStrengthLevel)
System.IDisposable.Dispose()
Namespace: Azos.Security
Assembly: Azos.dll
Syntax
public interface IPasswordManagerImplementation : IPasswordManager, IDisposable, IInstrumentable, IExternallyParameterized, IDaemon, IDaemonView, IApplicationComponent, INamed, IConfigurable
Methods
Register(PasswordHashingAlgorithm)
Declaration
bool Register(PasswordHashingAlgorithm algo)
Parameters
Type | Name | Description |
---|---|---|
PasswordHashingAlgorithm | algo |
Returns
Type | Description |
---|---|
System.Boolean |
Unregister(PasswordHashingAlgorithm)
Declaration
bool Unregister(PasswordHashingAlgorithm algo)
Parameters
Type | Name | Description |
---|---|---|
PasswordHashingAlgorithm | algo |
Returns
Type | Description |
---|---|
System.Boolean |
Unregister(String)
Declaration
bool Unregister(string algoName)
Parameters
Type | Name | Description |
---|---|---|
System.String | algoName |
Returns
Type | Description |
---|---|
System.Boolean |