DicomObjects.NET.V8
DicomObjects Namespace / DicomLicense Class / AddRamLicense Method
The license to add



In This Topic
    AddRamLicense Method
    In This Topic
    Add a RAM License contained in the byte array
    Syntax
    'Declaration
     
    Public Shared Function AddRamLicense( _
       ByVal token() As Byte _
    ) As DicomLicense
    'Usage
     
    Dim token() As Byte
    Dim value As DicomLicense
     
    value = DicomLicense.AddRamLicense(token)
    public static DicomLicense AddRamLicense( 
       byte[] token
    )
    public:
    static DicomLicense^ AddRamLicense( 
       array<byte>^ token
    ) 

    Parameters

    token
    The license to add

    Return Value

    The resulting DicomLicense object
    Remarks

    This method is only available in special builds of DicomObjects which include the temporary licensing facility

    The type and valid date/time range of the license are defined within the encoded byte array

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also