The following tables list the members exposed by PasswordHash.
Name | Description | |
---|---|---|
![]() | PasswordHash Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | StandardIterations | Defines the derived hash iteration count used |
Name | Description | |
---|---|---|
![]() | Length | returns the salted-hash length in bytes |
![]() | Salt | returns the salt used to create this hash |
Name | Description | |
---|---|---|
![]() | CompareTo | Overridden. Compares the hash |
![]() | Dispose | Disposes of hash bytes |
![]() | Equals | Overloaded. Determines whether the specified System.Object is equal to the current System.Object. (Inherited from CSharpTest.Net.Bases.Equatable<PasswordHash>) |
![]() ![]() | FromBytes | recreates a hash from the bytes returned by ToArray() |
![]() ![]() | FromString | recreates a hash from a base-64 encoded string |
![]() | ToArray | returns the salted-hash bytes |
![]() | ToString | Returns the hash as a base-64 encoded string |
![]() | VerifyPassword | Overloaded. Returns true if the provided password matches this hash |