iControl.ManagementLicenseAdministration.get_license_file C# (CSharp) Method

get_license_file() private method

private get_license_file ( ) : byte[]
return byte[]
        public byte[] get_license_file(

	)
        {
            object [] results = this.Invoke("get_license_file", new object [0]);
            return ((byte [])(results[0]));
        }