Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IPersonalNumberValidator.cs
1using System.Threading.Tasks;
3
4namespace Paiwise
5{
10 {
21 Task<bool?> IsValid(string CountryCode, string PersonalNumber);
22
29 Task<string> Normalize(string CountryCode, string PersonalNumber);
30 }
31}
Interface for service providers that can validate personal numbers.
Task< bool?> IsValid(string CountryCode, string PersonalNumber)
Checks if a personal number is valid, in accordance with registered personal number schemes.
Task< string > Normalize(string CountryCode, string PersonalNumber)
Normmalizes a personal number entered in lax mode.
Interface for detecting interfaces supporting objects with predefined features.