Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Security.LoadAndVerifyAssembly

Switch to Manual
public static function LoadAndVerifyAssembly(assemblyData: byte[], authorizationKey: string): Assembly;
public static function LoadAndVerifyAssembly(assemblyData: byte[]): Assembly;

Parameters

assemblyData Assembly to verify.
authorizationKey Public key used to verify assembly.

Returns

Assembly Loaded, verified, assembly, or null if the assembly cannot be verfied.

Description

Loads an assembly and checks that it is allowed to be used in the webplayer.
Note: The single argument version of this API will always issue an error message. An authorisation key is always needed.