SIFWorks ADK 2.0
SetEncryptionKey Method (keyName, key)
NamespacesEdustructures.SifWorksAgentPropertiesSetEncryptionKey(String, array<Byte>[]())

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

Adds the encryption key with the specified name to the properties
Declaration Syntax
C#Visual BasicVisual C++
public void SetEncryptionKey(
	string keyName,
	byte[] key
)
Public Sub SetEncryptionKey ( _
	keyName As String, _
	key As Byte() _
)
public:
void SetEncryptionKey (
	String^ keyName, 
	array<unsigned char>^ key
)
Parameters
keyName (String)
The name to save the key under
key (array<Byte>[]())
The encryption key

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