Encrypted Properties
Configuring encrypted properties in Umbraco UI Builder, the backoffice UI builder for Umbraco.
Defining encrypted properties
AddEncryptedProperty(Lambda encryptedPropertyExpression) : CollectionConfigBuilder<TEntityType>
// Example
collectionConfig.AddEncryptedProperty(p => p.Secret);Last updated
Was this helpful?