Determines whether this an assembly is trusted.

Namespace: TMD.Util
Assembly: Driver (in Driver.exe) Version: 1.0.0.0

Syntax

C#
internal static bool IsAssemblyTrusted(
	Assembly asm
)

Parameters

asm
Type: System.Reflection..::..Assembly
The assembly to check.

Return Value

true if this assembly is trusted; otherwise, false.

See Also