Api Assembly PropertiesAllows Partially Trusted Callers Property
This read-only property returns whether or not the assembly allows partially trusted callers
Definition
Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool AllowsPartiallyTrustedCallers { get; }VB
Public ReadOnly Property AllowsPartiallyTrustedCallers As Boolean
GetC++
public:
property bool AllowsPartiallyTrustedCallers {
bool get ();
}F#
member AllowsPartiallyTrustedCallers : bool with get