![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Interface for service providers that can validate personal numbers. More...
Public Member Functions | |
| Task< bool?> | IsValid (string CountryCode, string PersonalNumber) |
| Checks if a personal number is valid, in accordance with registered personal number schemes. More... | |
| Task< string > | Normalize (string CountryCode, string PersonalNumber) |
| Normmalizes a personal number entered in lax mode. More... | |
| Grade | Supports (T Object) |
| If the interface understands objects such as Object . More... | |
Interface for service providers that can validate personal numbers.
Definition at line 9 of file IPersonalNumberValidator.cs.
| Task< bool?> Paiwise.IPersonalNumberValidator.IsValid | ( | string | CountryCode, |
| string | PersonalNumber | ||
| ) |
Checks if a personal number is valid, in accordance with registered personal number schemes.
| CountryCode | ISO 3166-1 Country Codes. |
| PersonalNumber | Personal Number |
Implemented in Waher.Service.IoTBroker.Legal.Identity.PersonalNumberValidator.
| Task< string > Paiwise.IPersonalNumberValidator.Normalize | ( | string | CountryCode, |
| string | PersonalNumber | ||
| ) |
Normmalizes a personal number entered in lax mode.
| CountryCode | ISO 3166-1 Country Codes. |
| PersonalNumber | Personal number. |
Implemented in Waher.Service.IoTBroker.Legal.Identity.PersonalNumberValidator.
|
inherited |
If the interface understands objects such as Object .
| Object | Object |