mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-12 19:23:36 -06:00
23 KiB
23 KiB
- CapyKit - C# Utilities
- Namespaces
- CapyKit Namespace
- CapyKit.Attributes Namespace
- CapyKit.Enumerations Namespace
- CapyKit.Extensions Namespace
- EnumerationExtensions Class
- LINQExtensions Class
- LINQExtensions Methods
- Distinct<T, U> Method
- Filter Method
- LeftOuterJoin Method
- LeftOuterJoin<T, U, TKey, R>(IQueryable, IQueryable, Expression<Func<T, TKey>>, Expression<Func<U, TKey>>, Expression<Func<T, IEnumerable, R>>) Method
- LeftOuterJoin<T, U, TKey, R>(IEnumerable, IEnumerable, Func<T, TKey>, Func<U, TKey>, Func<T, IEnumerable, R>, Func<T, U>) Method
- LeftOuterJoin<T, U, TKey, R>(IQueryable, IQueryable, Expression<Func<T, TKey>>, Expression<Func<U, TKey>>, Func<T, IEnumerable, R>, Func<T, U>) Method
- Page Method
- PageCount Method
- LINQExtensions Methods
- StringExtensions Class
- CapyKit.Helpers Namespace
- CalculationHelper Class
- CompressionHelper Class
- EncryptionHelper Class
- IEncryptionAlgorithm Interface
- LanguageHelper Class
- SecurityHelper Class
- SecurityHelper Constructor
- SecurityHelper Methods
- SecurityHelper Fields
- SerializationHelper Class
- SettingsHelper Class
- ValidCharacterCollection Enumeration
- Tests Namespace
- PasswordTests Class
- PasswordTests Constructor
- PasswordTests Methods
- GenerateSalt Method
- PasswordCreation_WithInvalidSalt_ReturnsEmptyHash Method
- PasswordCreation_WithPbkdf2Algorithm_CreatesValidHash Method
- PasswordEquality_DifferentPasswords_AreNotEqual Method
- PasswordEquality_DifferentSalts_AreNotEqual Method
- PasswordEquality_SamePasswordAndSalt_AreEqual Method
- ToString_ReturnsCorrectFormat Method
- StringExtensionTests Class
- StringExtensionTests Constructor
- StringExtensionTests Methods
- IfNullOrEmpty_ShouldReturnOriginalStringWhenValueIsNotNullNorEmpty Method
- IfNullOrEmpty_ShouldReturnReplacementWhenValueIsNullOrEmpty Method
- IfNullOrWhiteSpace_ShouldReturnOriginalStringWhenValueIsNotNullNorWhitespace Method
- IfNullOrWhiteSpace_ShouldReturnReplacementWhenValueIsNullOrWhitespace Method
- Setup Method
- StringExtensionTests Fields
- PasswordTests Class
- Tests.Helpers Namespace
- SecurityHelperTests Class
- SecurityHelperTests Constructor
- SecurityHelperTests Constructor
- SecurityHelperTests Methods
- CompareHashedPassword_WithDifferentPassword_ShouldReturnFalse Method
- CompareHashedPassword_WithSamePassword_ShouldReturnTrue Method
- CompareSessionID_WithDifferentSessionIDs_ShouldReturnFalse Method
- CompareSessionID_WithSameSessionIDs_ShouldReturnTrue Method
- GetRandomPassword_ShouldReturnStringOfGivenLength Method
- GetRandomString_ShouldReturnStringOfGivenLength Method
- Pbkdf2_WithSamePasswordAndSalt_ShouldReturnSameHash Method
- SecurityHelperTests Fields
- SecurityHelperTests Class