[This is preliminary documentation and is subject to change.]
Creates an instance of SIFEncryption that can be used
for writing the Password field,
using settings from the agent's properties
| C# | Visual Basic | Visual C++ |
public static SifEncryption GetInstance( IZone zone )
Public Shared Function GetInstance ( _ zone As IZone _ ) As SifEncryption
public: static SifEncryption^ GetInstance ( IZone^ zone )
- zone (IZone)
An instance of the SIfEncryption class
This method searches for two properties in the agent
properties. "adk.encryption.algorithm" returns the default
algorithm the agent uses for encryption.
"adk.encryption.key" returns the name of the key to use for
encryption, which the agent then retrieves from the
"adk.encryption.keys.[key]" property.