This method of the RegKey class queries a byte array from the registry.
public byte[] getBinaryValue(String name);
Returns the byte array contained in the subKey.
name | The subKey containing the value requested. The name must be a subkey of the current key. |