<td>Compares an unencrypted <em>password</em> with a stored, encrypted <em>existingPassword</em>. This method uses the specified <em>algorithm</em> to retrieve the hashed version of the <em>password</em> and then compares it with the <em>existingPassword</em>.</td></tr>
<td>Compares an unencrypted <em>password</em> with a stored, encrypted <em>existingPassword</em>. This method uses the specified password algorithm type <em>T</em> to retrieve the hashed version of the <em>password</em> and then compares it with the <em>existingPassword</em>.</td></tr>
<td>Determines whether the specified object is equal to the current object.<br/>(Inherited from <ahref="https://learn.microsoft.com/dotnet/api/system.object"target="_blank"rel="noopener noreferrer">Object</a>)</td></tr>
<td>Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.<br/>(Inherited from <ahref="https://learn.microsoft.com/dotnet/api/system.object"target="_blank"rel="noopener noreferrer">Object</a>)</td></tr>
<td>Serves as the default hash function.<br/>(Inherited from <ahref="https://learn.microsoft.com/dotnet/api/system.object"target="_blank"rel="noopener noreferrer">Object</a>)</td></tr>
<td>Retrieves a <ahref="T_CapyKit_Password.md">Password</a> object using the specified password and generates a random salt value. Then it uses that salt to call the overloaded <ahref="M_CapyKit_Helpers_SecurityHelper_GetPassword__1.md">GetPassword(T)(String, Byte[], Object[])</a> method with the given password and the generated salt as arguments.</td></tr>
<td>Gets the <ahref="https://learn.microsoft.com/dotnet/api/system.type"target="_blank"rel="noopener noreferrer">Type</a> of the current instance.<br/>(Inherited from <ahref="https://learn.microsoft.com/dotnet/api/system.object"target="_blank"rel="noopener noreferrer">Object</a>)</td></tr>
<td>Creates a shallow copy of the current <ahref="https://learn.microsoft.com/dotnet/api/system.object"target="_blank"rel="noopener noreferrer">Object</a>.<br/>(Inherited from <ahref="https://learn.microsoft.com/dotnet/api/system.object"target="_blank"rel="noopener noreferrer">Object</a>)</td></tr>
<td>Generates a new <ahref="T_CapyKit_Password.md">Password</a> object using the PBKDF2 algorithm with the provided <em>password</em>. This overload of the method generates a random salt value for added security.</td></tr>
<td>Generates a new <ahref="T_CapyKit_Password.md">Password</a> object using the PBKDF2 algorithm with the provided <em>password</em> and <em>salt</em>.</td></tr>
<td>Returns a string that represents the current object.<br/>(Inherited from <ahref="https://learn.microsoft.com/dotnet/api/system.object"target="_blank"rel="noopener noreferrer">Object</a>)</td></tr>