DefaultPasswordManager ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Provides default implementation for password managment functionality based on injectable algorithms and default password strength calculation
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.ServiceModel Service
        NFX.ServiceModel Service ISecurityManagerImplementation 
          NFX.ServiceModel ServiceWithInstrumentationBase ISecurityManagerImplementation 
            NFX.Security DefaultPasswordManager

Namespace: NFX.Security
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public class DefaultPasswordManager : ServiceWithInstrumentationBase<ISecurityManagerImplementation>, 
	IPasswordManagerImplementation, IPasswordManager, IApplicationComponent, IDisposable, IInstrumentable, 
	IExternallyParameterized, IService, INamed, IConfigurable
See Also