Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
KycMapping.cs
1
using
System.Collections.Generic
;
2
3
namespace
NeuroAccessMaui.Services.Kyc.Models
4
{
8
public
class
KycMapping
9
{
13
public
string
Key
{
get
;
set
; } =
string
.Empty;
14
18
public
List<string>
TransformNames
{
get
; } =
new
List<string>();
19
}
20
}
NeuroAccessMaui.Services.Kyc.Models.KycMapping
Mapping from a field value to an identity property, including optional transform pipeline.
Definition:
KycMapping.cs:9
NeuroAccessMaui.Services.Kyc.Models.KycMapping.TransformNames
List< string > TransformNames
Ordered list of transform identifiers to apply. Empty means no transforms.
Definition:
KycMapping.cs:18
NeuroAccessMaui.Services.Kyc.Models.KycMapping.Key
string Key
Target identity property key.
Definition:
KycMapping.cs:13
NeuroAccessMaui.Services.Kyc.Models
Definition:
KycCondition.cs:5
System.Collections.Generic
Definition:
ImplTypes.g.cs:4970
NeuroAccessMaui
NeuroAccessMaui
Services
Kyc
Models
KycMapping.cs
Generated by
1.9.5