Click or drag to resize

SettingsBaseGetEncryptStatus Method

Gets the encryption status specified by EncryptSettingAttribute, if any, applied to the specified field or property.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
Syntax
public bool GetEncryptStatus(
	string name
)
View Source

Parameters

name  String
Field or property name.

Return Value

Boolean
Encryption status applied to specified field or property; or false if one does not exist.
Exceptions
ExceptionCondition
ArgumentExceptionname cannot be null or empty.
See Also