SIFWorks ADK 2.0
GetEncryptionKey Method (keyName)
NamespacesEdustructures.SifWorksAgentPropertiesGetEncryptionKey(String)

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

Returns the encryption key with the specifiec name.
Declaration Syntax
C#Visual BasicVisual C++
public byte[] GetEncryptionKey(
	string keyName
)
Public Function GetEncryptionKey ( _
	keyName As String _
) As Byte()
public:
array<unsigned char>^ GetEncryptionKey (
	String^ keyName
)
Parameters
keyName (String)
The name that the key is saved under in the properties
Return Value
The encryption key or null if not found

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