alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class EnvironmentTestNotification

    Checking whether partial trust allowed or not.

    Inheritance
    System.Object
    EnvironmentTestNotification
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Licensing
    Assembly: Syncfusion.SfMaps.WPF.dll
    Syntax
    public class EnvironmentTestNotification

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved