Encrypted Properties
Configuring and using encrypted properties in Umbraco UI Builder to securely store sensitive data.
Umbraco UI Builder allows encrypting properties to store sensitive information securely. When a property is marked as encrypted, its value is automatically encrypted before storage and decrypted upon retrieval.
Defining Encrypted Properties
Using the AddEncryptedProperty()
Method
AddEncryptedProperty()
MethodEncrypts the specified property. The property must be of type String
. The value is encrypted before storage and decrypted when retrieved.
Method Syntax
Example
Last updated
Was this helpful?