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
- bool:
true
if the application is in full trust; otherwise,false
.