mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-02-21 18:35:04 -06:00
26 KiB
26 KiB
- CapyKit - C# Utilities
- Namespaces
- CapyKit Namespace
- CapyEventArgs Class
- CapyEventHandler Delegate
- CapyEventReporter Class
- Color Class
- EncryptedValue Class
- EventLevel Enumeration
- IPasswordAlgorithm Interface
- NamedColor Enumeration
- Password Class
- Pbkdf2Algorithm Class
- Pool Class
- PoolItem Class
- PropertyComparer<T, U> Class
- 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
- ObjectExtensions Class
- StringExtensions Class
- CapyKit.Helpers Namespace
- CalculationHelper Class
- CompressionHelper Class
- EncryptionHelper Class
- IEncryptionAlgorithm Interface
- KeyHelper Class
- 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
- KeyHelperTests Class
- KeyHelperTests Constructor
- KeyHelperTests Methods
- GenerateKey_ReturnsNonEmptyString Method
- GenerateKey_WithCustomSaltSizeAndParts_FormatsCorrectly Method
- GetMasterKey_ThrowsException_WhenAccessorNotSet Method
- GetNumParts_ThrowsException_WhenLessThanTwo Method
- Setup Method
- ValidateKey_ReturnsFalseForAlteredKey Method
- ValidateKey_ReturnsFalseForEmptyOrNullKey Method
- ValidateKey_ReturnsTrueForValidKey Method
- KeyHelperTests Fields
- 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
- KeyHelperTests Class
- CapyKit Namespace