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






    AuthorisationID Property
    The numeric ID of the Authorisation String which was used to generate this license
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AuthorisationID As System.Integer
     
    'Usage
     
    
    Dim instance As DicomLicense
    Dim value As System.Integer
     
    value = instance.AuthorisationID
    Remarks
    For security reasons, the Authorisation String used to generate a DicomLicense is not stored in the machine, but each such string has a unique ID in the Medical Connections database, enabling the two to be linked.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also