|   | SettingsBaseGetEncryptKey Method | 
        
        
            Gets the optional private encryption key specified by 
EncryptSettingAttribute, if any, applied to the specified field or property. 
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxfunction GetEncryptKey(name);
Parameters
- name  String
- Field or property name.
Return Value
StringEncryption private key applied to specified field or property; or 
null if one does not exist.
 Exceptions
Exceptions See Also
See Also