IDPasswordCredentials Constructor (IConfigSectionNode)NFX Class Library

[This is preliminary documentation and is subject to change.]

Warning: storing plain credentials in config file is not secure. Use this method for the most simplistic cases like unit testing

Namespace: NFX.Security
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public IDPasswordCredentials(
	IConfigSectionNode cfg
)
See Also