Nevron.Licensing Namespace / NLicenseManagerInternal Class / GetLicenseKeyInfo Method


In This Topic
    GetLicenseKeyInfo Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetLicenseKeyInfo( _
       ByVal bytes() As System.Byte _
    ) As System.String
    'Usage
     
    
    Dim instance As NLicenseManagerInternal
    Dim bytes() As System.Byte
    Dim value As System.String
     
    value = instance.GetLicenseKeyInfo(bytes)
    public System.string GetLicenseKeyInfo( 
       System.byte[] bytes
    )

    Parameters

    bytes
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also