- BREAKING CHANGE Changed the main validation class to be
SsnValidator
. This is the only publicly available class in the library. SsnValidator.Validate
returns aValidationResult
instance that can be used to determine why an SSN is invalid.
SsnValidator
. This is the only publicly available class in the library.SsnValidator.Validate
returns a ValidationResult
instance that can be used to determine why an SSN is invalid.