DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLicense Class / LicenseToken Property

In This Topic
    LicenseToken Property
    In This Topic
    The license token which activated this license.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LicenseToken As System.String
    public System.string LicenseToken {get;}
    Remarks
    This token would either have been obtained automatically via ActivateOnLine or entered manually via ActivateOffLine). It is an encrypted opaque token, which will vary from machine to machine, and is only valid when used on a machine with a matching MachineID.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also