10 [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property, AllowMultiple =
false, Inherited =
true)]
13 private readonly
int minLength;
This attribute informs the persistence layer that the property must be encrypted before persisting it...
int MinLength
Minimum length of the property, in bytes, before encryption. If the clear text property is shorter th...
EncryptedAttribute(int MinLength)
This attribute informs the persistence layer that the property must be encrypted before persisting it...
EncryptedAttribute()
This attribute informs the persistence layer that the property must be encrypted before persisting it...