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






    LicenseToken Property
    The license token which activated this license.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LicenseToken As System.String
     
    'Usage
     
    
    Dim instance As DicomLicense
    Dim value As System.String
     
    value = instance.LicenseToken
    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