Click or drag to resize

EncryptSettingAttributePrivateKey Property

Gets or sets optional encryption key that will be used on a setting for added security.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public string PrivateKey { get; set; }
View Source

Property Value

String
Remarks
This key is not the actual key used for encryption, it is used for hash lookup of the actual AES key. If this key is not specified, the property name will be used for the hash lookup.
See Also