HashedPassword ClassNFX Class Library

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

Represents abstraction of a hashed password, the concreate password algorithm provide implementation (i.e. bytebuffer, dictionary, string)
Inheritance Hierarchy

OnlineSystem Object
  NFX.Security HashedPassword

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

[SlimSerializationProhibitedAttribute]
public sealed class HashedPassword : IJSONWritable, 
	IEnumerable<KeyValuePair<string, Object>>, IEnumerable
See Also