SIFWorks ADK 2.0
GetInstance Method (zone)
NamespacesEdustructures.SifWorksSifEncryptionGetInstance(IZone)

[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
Declaration Syntax
C#Visual BasicVisual C++
public static SifEncryption GetInstance(
	IZone zone
)
Public Shared Function GetInstance ( _
	zone As IZone _
) As SifEncryption
public:
static SifEncryption^ GetInstance (
	IZone^ zone
)
Parameters
zone (IZone)
Return Value
An instance of the SIfEncryption class
Remarks
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.

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10