PasswordHashingAlgorithm ClassNFX Class Library

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

Represents an abstraction of password algorithm that performs hashing and verification of passwords supplied as SecureBuffer
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.ServiceModel Service
        NFX.ServiceModel Service IPasswordManagerImplementation 
          NFX.ServiceModel ServiceWithInstrumentationBase IPasswordManagerImplementation 
            NFX.Security PasswordHashingAlgorithm
              NFX.Security PasswordHashingAlgorithm TOptions 

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

public abstract class PasswordHashingAlgorithm : ServiceWithInstrumentationBase<IPasswordManagerImplementation>, 
	INamed
See Also