Version: 5.3

Security.LoadAndVerifyAssembly

매뉴얼로 전환
public static Assembly LoadAndVerifyAssembly (byte[] assemblyData, string authorizationKey);
public static Assembly LoadAndVerifyAssembly (byte[] assemblyData);

파라미터

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

반환

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

설명

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.