Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IEncryptedProperties.cs
2
3namespace Waher.Persistence
4{
9 public interface IEncryptedProperties
10 {
14 string[] EncryptedProperties { get; }
15 }
16}
Interface for objects containing encrypted properties. Mark the properties that are encrypted with th...
string[] EncryptedProperties
Array of properties that are encrypted.