[This is preliminary documentation and is subject to change.]
Adds the encryption key with the specified name to the properties

Declaration Syntax
public void SetEncryptionKey(
string keyName,
byte[] key
)
Public Sub SetEncryptionKey ( _
keyName As String, _
key As Byte() _
)

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