Encrypted Properties
Configuring and using encrypted properties in Umbraco UI Builder to securely store sensitive data.
Defining Encrypted Properties
Using the AddEncryptedProperty() Method
AddEncryptedProperty() MethodMethod Syntax
AddEncryptedProperty(Lambda encryptedPropertyExpression) : CollectionConfigBuilder<TEntityType>Example
collectionConfig.AddEncryptedProperty(p => p.Secret);Last updated
Was this helpful?