Class EnvironmentTestNotification
Checking whether partial trust allowed or not.
Inheritance
System.Object
EnvironmentTestNotification
Namespace: Syncfusion.Licensing
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public class EnvironmentTestNotification : Object
Constructors
EnvironmentTestNotification()
Declaration
public EnvironmentTestNotification()
Properties
IsSecurityGranted
Gets a value indicating whether security permission can be granted. Read-only.
Declaration
public static bool IsSecurityGranted { get; }
Property Value
Type |
---|
System.Boolean |
Methods
StartValidateLicense(Type)
Starts the validate license.
Declaration
public static void StartValidateLicense(Type controltype)
Parameters
Type | Name | Description |
---|---|---|
System.Type | controltype | The controltype. |
ValidateLicense(Type)
Validates the license.
Declaration
public static void ValidateLicense(Type controltype)
Parameters
Type | Name | Description |
---|---|---|
System.Type | controltype | The control type. |