Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
MaskedAttribute.cs
1using System;
2
4{
8 [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
9 public class MaskedAttribute : Attribute
10 {
15 {
16 }
17 }
18}
MaskedAttribute()
Defines a masked parameter.