Encrypted Properties
Configuring encrypted properties in Konstrukt, the back office UI builder for Umbraco.
Defining encrypted properties
AddEncryptedProperty(Lambda encryptedPropertyExpression) : KonstruktCollectionConfigBuilder<TEntityType>
// Example
collectionConfig.AddEncryptedProperty(p => p.Secret);Last updated