CapyKit/Documentation/Help/T_Tests_Helpers_SecurityHelperTests.md

96 lines
4.9 KiB
Markdown
Raw Normal View History

2024-09-04 19:31:43 -05:00
# SecurityHelperTests Class
2024-08-27 18:54:36 -05:00
2024-09-04 19:31:43 -05:00
\[Missing <summary> documentation for "T:Tests.Helpers.SecurityHelperTests"\]
2024-08-27 18:54:36 -05:00
## Definition
2024-09-04 19:31:43 -05:00
**Namespace:** <a href="N_Tests_Helpers.md">Tests.Helpers</a>
2024-08-27 18:54:36 -05:00
**Assembly:** Tests (in Tests.exe) Version: 1.0.0
**C#**
``` C#
[TestFixtureAttribute]
2024-09-04 19:31:43 -05:00
internal class SecurityHelperTests
2024-08-27 18:54:36 -05:00
```
**F#**
``` F#
[<TestFixtureAttribute>]
2024-09-04 19:31:43 -05:00
type SecurityHelperTests = class end
2024-08-27 18:54:36 -05:00
```
2024-09-04 19:31:43 -05:00
<table><tr><td><strong>Inheritance</strong></td><td><a href="https://learn.microsoft.com/dotnet/api/system.object" target="_blank" rel="noopener noreferrer">Object</a> → SecurityHelperTests</td></tr>
2024-08-27 18:54:36 -05:00
</table>
## Constructors
<table>
<tr>
2024-09-04 19:31:43 -05:00
<td><a href="M_Tests_Helpers_SecurityHelperTests__cctor.md">SecurityHelperTests</a></td>
<td> </td></tr>
<tr>
<td><a href="M_Tests_Helpers_SecurityHelperTests__ctor.md">SecurityHelperTests</a></td>
<td>Initializes a new instance of the SecurityHelperTests class</td></tr>
2024-08-27 18:54:36 -05:00
</table>
## Methods
<table>
<tr>
2024-09-04 19:31:43 -05:00
<td><a href="M_Tests_Helpers_SecurityHelperTests_CompareHashedPassword_WithDifferentPassword_ShouldReturnFalse.md">CompareHashedPassword_WithDifferentPassword_ShouldReturnFalse</a></td>
<td> </td></tr>
<tr>
<td><a href="M_Tests_Helpers_SecurityHelperTests_CompareHashedPassword_WithSamePassword_ShouldReturnTrue.md">CompareHashedPassword_WithSamePassword_ShouldReturnTrue</a></td>
<td> </td></tr>
<tr>
<td><a href="M_Tests_Helpers_SecurityHelperTests_CompareSessionID_WithDifferentSessionIDs_ShouldReturnFalse.md">CompareSessionID_WithDifferentSessionIDs_ShouldReturnFalse</a></td>
<td> </td></tr>
<tr>
<td><a href="M_Tests_Helpers_SecurityHelperTests_CompareSessionID_WithSameSessionIDs_ShouldReturnTrue.md">CompareSessionID_WithSameSessionIDs_ShouldReturnTrue</a></td>
<td> </td></tr>
<tr>
2024-08-27 18:54:36 -05:00
<td><a href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)" target="_blank" rel="noopener noreferrer">Equals</a></td>
<td>Determines whether the specified object is equal to the current object.<br />(Inherited from <a href="https://learn.microsoft.com/dotnet/api/system.object" target="_blank" rel="noopener noreferrer">Object</a>)</td></tr>
<tr>
<td><a href="https://learn.microsoft.com/dotnet/api/system.object.finalize" target="_blank" rel="noopener noreferrer">Finalize</a></td>
<td>Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.<br />(Inherited from <a href="https://learn.microsoft.com/dotnet/api/system.object" target="_blank" rel="noopener noreferrer">Object</a>)</td></tr>
<tr>
<td><a href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode" target="_blank" rel="noopener noreferrer">GetHashCode</a></td>
<td>Serves as the default hash function.<br />(Inherited from <a href="https://learn.microsoft.com/dotnet/api/system.object" target="_blank" rel="noopener noreferrer">Object</a>)</td></tr>
<tr>
2024-09-04 19:31:43 -05:00
<td><a href="M_Tests_Helpers_SecurityHelperTests_GetRandomPassword_ShouldReturnStringOfGivenLength.md">GetRandomPassword_ShouldReturnStringOfGivenLength</a></td>
2024-08-27 18:54:36 -05:00
<td> </td></tr>
<tr>
2024-09-04 19:31:43 -05:00
<td><a href="M_Tests_Helpers_SecurityHelperTests_GetRandomString_ShouldReturnStringOfGivenLength.md">GetRandomString_ShouldReturnStringOfGivenLength</a></td>
2024-08-27 18:54:36 -05:00
<td> </td></tr>
<tr>
2024-09-04 19:31:43 -05:00
<td><a href="https://learn.microsoft.com/dotnet/api/system.object.gettype" target="_blank" rel="noopener noreferrer">GetType</a></td>
<td>Gets the <a href="https://learn.microsoft.com/dotnet/api/system.type" target="_blank" rel="noopener noreferrer">Type</a> of the current instance.<br />(Inherited from <a href="https://learn.microsoft.com/dotnet/api/system.object" target="_blank" rel="noopener noreferrer">Object</a>)</td></tr>
2024-08-27 18:54:36 -05:00
<tr>
<td><a href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone" target="_blank" rel="noopener noreferrer">MemberwiseClone</a></td>
<td>Creates a shallow copy of the current <a href="https://learn.microsoft.com/dotnet/api/system.object" target="_blank" rel="noopener noreferrer">Object</a>.<br />(Inherited from <a href="https://learn.microsoft.com/dotnet/api/system.object" target="_blank" rel="noopener noreferrer">Object</a>)</td></tr>
<tr>
2024-09-04 19:31:43 -05:00
<td><a href="M_Tests_Helpers_SecurityHelperTests_Pbkdf2_WithSamePasswordAndSalt_ShouldReturnSameHash.md">Pbkdf2_WithSamePasswordAndSalt_ShouldReturnSameHash</a></td>
2024-08-27 18:54:36 -05:00
<td> </td></tr>
<tr>
<td><a href="https://learn.microsoft.com/dotnet/api/system.object.tostring" target="_blank" rel="noopener noreferrer">ToString</a></td>
<td>Returns a string that represents the current object.<br />(Inherited from <a href="https://learn.microsoft.com/dotnet/api/system.object" target="_blank" rel="noopener noreferrer">Object</a>)</td></tr>
</table>
## Fields
<table>
<tr>
2024-09-04 19:31:43 -05:00
<td><a href="F_Tests_Helpers_SecurityHelperTests_Password.md">Password</a></td>
<td> </td></tr>
<tr>
<td><a href="F_Tests_Helpers_SecurityHelperTests_Salt.md">Salt</a></td>
2024-08-27 18:54:36 -05:00
<td> </td></tr>
</table>
## See Also
#### Reference
2024-09-04 19:31:43 -05:00
<a href="N_Tests_Helpers.md">Tests.Helpers Namespace</a>