public DeviceInfo.CodeproofService.DeviceProperty GetDeviceProperty(DeviceInfo.CodeproofService.Authenticate AuthObj, DeviceInfo.CodeproofService.CPID cpid) { return(base.Channel.GetDeviceProperty(AuthObj, cpid)); }
public DeviceInfo.CodeproofService.CPID[] GetCPIDs(DeviceInfo.CodeproofService.Authenticate AuthObj) { return(base.Channel.GetCPIDs(AuthObj)); }