Config: Add comment about upcoming encrytion of values
This commit is contained in:
@@ -192,6 +192,9 @@ Public Class ConfigManager(Of T)
|
||||
End Function)
|
||||
|
||||
For Each oProperty As PropertyInfo In oProperties
|
||||
' TODO: Process individual Subfields of class-objects
|
||||
' to allow for the PasswordAttribute to be set on class properies aka nested properties
|
||||
|
||||
Dim oValue = oProperty.GetValue(Source, Nothing)
|
||||
If Not IsNothing(oValue) Then
|
||||
oProperty.SetValue(Target, oValue, Nothing)
|
||||
|
||||
Reference in New Issue
Block a user