|
EncryptSettingAttributePrivateKey Property
|
Gets or sets optional encryption key that will be used on a setting for added security.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax public string PrivateKey { get; set; }
Public Property PrivateKey As String
Get
Set
member PrivateKey : string with get, set
function get_PrivateKey();
function set_PrivateKey(value);
View SourceProperty Value
StringRemarks
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