IPasswordManagerImplementation MembersNFX Class Library

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

The IPasswordManagerImplementation type exposes the following members.
Methods

  NameDescription
Public methodAreEquivalent (Inherited from IPasswordManager.)
Public methodCalculateStrenghtPercent (Inherited from IPasswordManager.)
Public methodCalculateStrenghtScore (Inherited from IPasswordManager.)
Public methodCheckForCompleteStop
Non-blocking call that returns true when the service instance has completely stopped after SignalStop()
(Inherited from IService.)
Public methodComputeHash (Inherited from IPasswordManager.)
Public methodConfigure
Configures an entity from supplied config node
(Inherited from IConfigurable.)
Public methodOnlineDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from OnlineIDisposable.)
Public methodExternalGetParameter
Gets external parameter value returning true if parameter was found
(Inherited from IExternallyParameterized.)
Public methodExternalParametersForGroups
Gets names of supported external parameters or null if parameters are not supported in principle
(Inherited from IExternallyParameterized.)
Public methodExternalSetParameter
Sets external parameter value, true if parameter name was found and set succeeded
(Inherited from IExternallyParameterized.)
Public methodGeneratePassword (Inherited from IPasswordManager.)
Public methodRegister
Public methodSignalStop
Non-blocking call that initiates the stopping of the service
(Inherited from IService.)
Public methodStart
Blocking call that starts the service instance
(Inherited from IService.)
Public methodUnregister(String)
Public methodUnregister(PasswordHashingAlgorithm)
Public methodVerify (Inherited from IPasswordManager.)
Public methodWaitForCompleteStop
Blocks execution of current thread until this service has completely stopped
(Inherited from IService.)
Back to Top
Properties

  NameDescription
Public propertyAlgorithms (Inherited from IPasswordManager.)
Public propertyComponentCommonName
Returns the common name used to identify the component, for example "Glue" for various IGlue implementations. This name is searched-by some management tools that allow to find component by this name that does not change between application restarts like ComponentSID does. Subordinate (non-root) components return null
(Inherited from IApplicationComponent.)
Public propertyComponentDirector
Returns a reference to an object that this app component services/operates under, or null
(Inherited from IApplicationComponent.)
Public propertyComponentSID
Returns process/instance unique app component system id
(Inherited from IApplicationComponent.)
Public propertyExternalParameters
Gets names/types of supported external parameters or null if parameters are not supported in principle
(Inherited from IExternallyParameterized.)
Public propertyInstrumentationEnabled
Turns on/off instrumentation
(Inherited from IInstrumentable.)
Public propertyName (Inherited from INamed.)
Public propertyRunning
Returns true when service is active or about to become active. Check in service implementation loops/threads/tasks
(Inherited from IService.)
Public propertyStatus
Current service status
(Inherited from IService.)
Back to Top
See Also