DicomObjects.NET.V8
DicomObjects Namespace / DicomLicense Class / DeleteAllLicenses Method



In This Topic
    DeleteAllLicenses Method
    In This Topic
    Delete all DicomObjects licenses on a machine.
    Syntax
    'Declaration
     
    Public Shared Sub DeleteAllLicenses() 
    'Usage
     
    DicomLicense.DeleteAllLicenses()
    public static void DeleteAllLicenses()
    public:
    static void DeleteAllLicenses(); 
    Remarks

    This method may be useful on a development machine to remove all traces of trial licenses etc., but should not normally be used on an end-user machine just in case there are licenses installed by other vendors

    Depending on the version of windows, and the permissions of the user, it is possible that not all licenses will be removed, espeically if they were installed by an administrator, but this method is invoked by a less privileged user.

    Note that functions previously used during an execution remain available after this call, despite CurrentLicense

    being set to null. Delete
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also