DkmEngineSettings.RequireFullTrustForSourceServer Property

Definition

When true, the debugger will require assemblies to be fully trusted before executing source server commands from an assembly. The concept of fully trusted only applies to CLR assemblies.

public:
 property bool RequireFullTrustForSourceServer { bool get(); };
public:
 property bool RequireFullTrustForSourceServer { bool get(); };
public bool RequireFullTrustForSourceServer { get; }
member this.RequireFullTrustForSourceServer : bool
Public ReadOnly Property RequireFullTrustForSourceServer As Boolean

Property Value

Returns Boolean.

Applies to