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 licnense.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LicenseToken As System.String
    'Usage
     
    
    Dim instance As DicomLicense
    Dim value As System.String
     
    value = instance.LicenseToken
    public System.string LicenseToken {get;}
    public read-only property LicenseToken: System.String; 
    public function get LicenseToken : System.String
    public: __property System.string* get_LicenseToken();
    public:
    property System.String^ LicenseToken {
       System.String^ 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