In This Article

SecurityHelper Class

Contains security helper methods.

public static class SecurityHelper
Inheritance:
Object Object

Properties

IsFullTrust

Gets whether the application is in full trust.

public static bool IsFullTrust { get; }

Property Value

Boolean:

true if the application is in full trust; otherwise, false.

Inherited Members